Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxLogDataSize = 100
MaxLogDataSize indicates how many bytes of data to log
Functions ¶
Types ¶
type ErrBadAccent ¶
type ErrBadAccent struct {
BadAccents []string
}
ErrBadAccent indicate bad accent error
func NewErrBadAccent ¶
func NewErrBadAccent(badAccents []string) *ErrBadAccent
NewErrBadAccent creates new error
func (*ErrBadAccent) Error ¶
func (r *ErrBadAccent) Error() string
type ErrWordTooLong ¶
type ErrWordTooLong struct {
Word string
}
ErrWordTooLong indicates too long word
func NewErrWordTooLong ¶
func NewErrWordTooLong(word string) *ErrWordTooLong
NewErrWordTooLong creates new too long error
func (*ErrWordTooLong) Error ¶
func (r *ErrWordTooLong) Error() string
type HTTPWrap ¶
HTTPWrap for http call
func (*HTTPWrap) InvokeJSON ¶
InvokeJSON makes http call with json
func (*HTTPWrap) InvokeText ¶
InvokeText makes http call with text
Click to show internal directories.
Click to hide internal directories.