Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityState ¶
type IdentityState interface { SaveID(id, document string, belongsToUser bool, identityKeyId int64, patches string) error UpdateID(id, patches string) error ListIDs() ([]*IdState, error) FindID(id string) (*IdState, error) FindOwnDID() ([]*IdState, error) DeleteID(id string) error GetDIDKeyId(id string) (int64, error) }
func InitIdentityState ¶
func InitIdentityState(db state.DBManager) (IdentityState, error)
Click to show internal directories.
Click to hide internal directories.