Documentation ¶
Index ¶
Constants ¶
View Source
const GistMaxSize = 195 * 1024 * 1024
Actual limit is likely ~200mb.
Variables ¶
View Source
var ErrIncompatibleVersion = fmt.Errorf(`
Versions prior to %s cannot be updated in-place to this version of Owo.
In order to update to this version a cluster backup/restore is required.
Please see the updating documentation at https://owo.io/docs/production#backup/restore.
`[1:], minVersion)
View Source
var ErrInvalidCommand = errors.New("invalid command")
Functions ¶
Types ¶
type ErrAlreadyLogged ¶
type ErrAlreadyLogged struct {
Err error
}
func (ErrAlreadyLogged) Error ¶
func (e ErrAlreadyLogged) Error() string
Click to show internal directories.
Click to hide internal directories.