Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseError ¶
type ParseError struct {
Type ParseErrorType
Message string
Raw string
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
type ParseErrorType ¶
type ParseErrorType string
const ( ErrInvalidPrefix ParseErrorType = "invalid url prefix" ErrInvalidStruct ParseErrorType = "invalid struct" ErrInvalidPort ParseErrorType = "invalid port number" ErrCannotParseParams ParseErrorType = "cannot parse query parameters" ErrInvalidBase64 ParseErrorType = "invalid base64" )
Click to show internal directories.
Click to hide internal directories.