package
3.2.2+incompatible
Repository: https://github.com/laincloud/entry.git
Documentation: pkg.go.dev
# Functions
NewGetConfig creates a new http.Handler for the get config operation.
NewGetConfigDefault creates GetConfigDefault with default headers values.
NewGetConfigOK creates GetConfigOK with default headers values.
NewGetConfigParams creates a new GetConfigParams object no default values defined in spec.
# Constants
GetConfigOKCode is the HTTP code returned for type GetConfigOK.
# Structs
GetConfig swagger:route GET /api/config config getConfig
GetConfig get config API
*/.
GetConfigDefault generic error response
swagger:response getConfigDefault
*/.
GetConfigOK the configuration of entry
swagger:response getConfigOK
*/.
GetConfigParams contains all the bound params for the get config operation typically these are obtained from a http.Request
swagger:parameters getConfig.
GetConfigURL generates an URL for the get config operation.
# Interfaces
GetConfigHandler interface for that can handle valid get config params.
# Type aliases
GetConfigHandlerFunc turns a function with the right signature into a get config handler.