Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)
RegisterRoutes - Central function to define routes that get registered by the main application
Types ¶
type DeleteProfileReq ¶
Delete defines the properties of a profile deletion request's body
type SaveProfileReq ¶ added in v0.6.1
type SaveProfileReq struct { BaseReq rest.BaseReq `json:"base_req"` NewMoniker string `json:"moniker"` Name *string `json:"name,omitempty"` Surname *string `json:"surname,omitempty"` Bio *string `json:"bio,omitempty"` Pictures *types.Pictures `json:"pictures,omitempty"` }
SaveProfileReq defines the properties of a profile save request's body
Click to show internal directories.
Click to hide internal directories.