Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶ added in v0.16.0
func NewHandler(appConfig *config.AppConfig, services *config.AppServices) routes.OldAPIEndpointsFunc
NewHandler creates the specific package routes
Types ¶
type CreateAccessKey ¶ added in v0.16.0
type CreateAccessKey struct { // Accepts a JSON object for embedding custom metadata, enabling arbitrary additional information to be associated with the resource Metadata engine.Metadata `json:"metadata" swaggertype:"object,string" example:"key:value,key2:value2"` }
CreateAccessKey is the model for creating an access key
Click to show internal directories.
Click to hide internal directories.