Documentation ¶
Index ¶
Constants ¶
View Source
const ( DID Type = "did" Schema Type = "schema" Issuing Type = "issuing" Credential Type = "credential" KeyStore Type = "keystore" Manifest Type = "manifest" Presentation Type = "presentation" Operation Type = "operation" StatusReady StatusState = "ready" StatusNotReady StatusState = "not_ready" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is an interface each service must comply with to be registered and orchestrated by the http.
type Status ¶
type Status struct { Status StatusState `json:"status,omitempty"` Message string `json:"message,omitempty"` }
Status is for service reporting on their status
type StatusState ¶
type StatusState string
Click to show internal directories.
Click to hide internal directories.