Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorWithCodes ¶
Types ¶
type ErrorJsonWithCodeResponse ¶
type ErrorJsonWithCodeResponse struct {
Code string `json:"code"`
InternalCode string `json:"internal_code"`
Message string `json:"message"`
}
func (ErrorJsonWithCodeResponse) HandleError ¶
type ErrorWithCodes ¶
func (ErrorWithCodes) Error ¶
func (self ErrorWithCodes) Error() string
type NoopLogConfig ¶
func (*NoopLogConfig) Out ¶
func (self *NoopLogConfig) Out() io.Writer
type ValidateNoopRequest ¶
type ValidateNoopRequest struct {
}
func (ValidateNoopRequest) ValidateRequest ¶
type ValidateNoopResponse ¶
type ValidateNoopResponse struct {
}
func (ValidateNoopResponse) ValidateResponse ¶
Click to show internal directories.
Click to hide internal directories.