Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_bucket_scheme Struct Reference

Structure for available schemes. More...

Collaboration diagram for ast_bucket_scheme:
Collaboration graph
[legend]

Data Fields

struct ast_sorcery_wizardbucket
 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_wizardfile
 Wizard for files. More...
 
char name [0]
 Name of the scheme. More...
 

Detailed Description

Structure for available schemes.

Definition at line 91 of file bucket.c.

Field Documentation

◆ bucket

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().

◆ create

Pointer to the file snapshot creation callback.

Definition at line 97 of file bucket.c.

◆ destroy

Pointer to the file snapshot destruction callback.

Definition at line 99 of file bucket.c.

◆ file

struct ast_sorcery_wizard* file

Wizard for files.

Definition at line 95 of file bucket.c.

◆ name

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().


The documentation for this struct was generated from the following file: