Copyright © (C) 2018, Niclas Axelsson
Behaviours: gen_server.
Authors: Niclas Axelsson (niclas@burbas.se).
add_directory/1 | |
start_link/0 | Starts the server. |
add_directory(Dir) -> any()
start_link() -> {ok, Pid::pid()} | {error, Error::{already_started, pid()}} | {error, Error::term()} | ignore
Starts the server
Generated by EDoc