rest

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

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

type DeleteProfileReq struct {
	BaseReq rest.BaseReq `json:"base_req"`
}

Delete defines the properties of a profile deletion request's body

type SaveProfileReq

type SaveProfileReq struct {
	BaseReq  rest.BaseReq    `json:"base_req"`
	DTag     string          `json:"dtag"`
	Moniker  *string         `json:"moniker,omitempty"`
	Bio      *string         `json:"bio,omitempty"`
	Pictures *types.Pictures `json:"pictures,omitempty"`
}

SaveProfileReq defines the properties of a profile save request's body

Jump to

Keyboard shortcuts

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