devapi

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

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}.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL