Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPResponse ¶
Types ¶
type Confirmation ¶
type Confirmation struct {
Message string `json:"message"`
}
type HttpConfig ¶
type HttpConfig struct {
BindAddress string `split_words:"true" default:":8080"`
ReadTimeout time.Duration
WriteTimeout time.Duration
MaxBodyLimit string `split_words:"true" default:"51200M"`
StaticPath string `split_words:"true" default:""`
AlllowedOrigins []string `split_words:"true" default:"*"`
}
func NewHttpConfig ¶
func NewHttpConfig() (*HttpConfig, error)
type PatchConfirmation ¶
type PatchConfirmation struct {
PostConfirmation
}
type PostConfirmation ¶
type ResponsePayload ¶
type ResponsePayload map[string]interface{}
Click to show internal directories.
Click to hide internal directories.