Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DidConfigService didConfigService RequestObjectStoreService requestObjectStoreService }
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( config *Config, router router, ) *Controller
func (*Controller) DidConfig ¶
func (c *Controller) DidConfig(ctx echo.Context, profileType string, profileID, profileVersion string) error
DidConfig requests well-known DID config. GET /{profileType}/profiles/{profileID}/{profileVersion}/well-known/did-config.
func (*Controller) RequestObjectByUuid ¶
func (c *Controller) RequestObjectByUuid(ctx echo.Context, uuid string) error
RequestObjectByUuid Receive request object by uuid. GET /request-object/{uuid}.
Click to show internal directories.
Click to hide internal directories.