summaryrefslogtreecommitdiff
path: root/src/directories.mli
blob: fb01f162e78a8f16659f10d54918d67d510b662d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type t = {
    components: string;
    validators: string;
    migrators: string;
    component_definitions: string;
    interface_definitions: string;
}

val make : string -> Vyconf_config.t -> t

val test : t -> (unit, string) result

val test_validators_dir : t -> (unit, string) result