Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
Structure for available schemes. More...
Data Fields | |
struct ast_sorcery_wizard * | bucket |
Wizard for buckets. More... | |
bucket_file_create_cb | create |
Pointer to the file snapshot creation callback. More... | |
bucket_file_destroy_cb | destroy |
Pointer to the file snapshot destruction callback. More... | |
struct ast_sorcery_wizard * | file |
Wizard for files. More... | |
char | name [0] |
Name of the scheme. More... | |
struct ast_sorcery_wizard* bucket |
Wizard for buckets.
Definition at line 93 of file bucket.c.
Referenced by bucket_wizard_create(), bucket_wizard_delete(), and bucket_wizard_is_stale().
bucket_file_create_cb create |
bucket_file_destroy_cb destroy |
struct ast_sorcery_wizard* file |
char name[0] |
Name of the scheme.
Definition at line 101 of file bucket.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().