Documentation ¶
Index ¶
Constants ¶
View Source
const ( DID Type = "did" Schema Type = "schema" Issuance Type = "issuance" Credential Type = "credential" KeyStore Type = "keystore" Manifest Type = "manifest" Presentation Type = "presentation" Operation Type = "operation" Webhook Type = "webhook" 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 { // Enum of the status. Status StatusState `json:"status,omitempty"` // When `status` is `"not_ready"`, message contains an explanation of why it's not ready. 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.