metadata: Add metadata factory and implementation for integer types
Co-authored-by: Thomas Egerer <[email protected]>
This commit is contained in:
co-authored by
Thomas Egerer
parent
85d626e9ae
commit
531335ad20
@@ -170,6 +170,7 @@ void library_deinit()
|
||||
this->public.credmgr->destroy(this->public.credmgr);
|
||||
this->public.creds->destroy(this->public.creds);
|
||||
this->public.encoding->destroy(this->public.encoding);
|
||||
this->public.metadata->destroy(this->public.metadata);
|
||||
this->public.crypto->destroy(this->public.crypto);
|
||||
this->public.caps->destroy(this->public.caps);
|
||||
this->public.proposal->destroy(this->public.proposal);
|
||||
@@ -399,6 +400,7 @@ bool library_init(char *settings, const char *namespace)
|
||||
this->public.creds = credential_factory_create();
|
||||
this->public.credmgr = credential_manager_create();
|
||||
this->public.encoding = cred_encoding_create();
|
||||
this->public.metadata = metadata_factory_create();
|
||||
this->public.fetcher = fetcher_manager_create();
|
||||
this->public.resolver = resolver_manager_create();
|
||||
this->public.db = database_factory_create();
|
||||
|
||||
Reference in New Issue
Block a user