Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnknownMessageType = &SHandlerError{"unknown message type"} ErrUnwrapFile = &SHandlerError{"unwrap file"} ErrHasNotWritableChars = &SHandlerError{"had not writable chars"} ErrMessageNull = &SHandlerError{"message null"} ErrReadFile = &SHandlerError{"read file"} ErrReadFileSize = &SHandlerError{"read file size"} ErrGetFormFile = &SHandlerError{"get form file"} ErrUploadFile = &SHandlerError{"upload file"} )
Functions ¶
func FilenameEscape ¶
func ReplaceTextToEmoji ¶
func ReplaceTextToURLs ¶
Types ¶
type IMessageBroker ¶
func NewMessageBroker ¶
func NewMessageBroker() IMessageBroker
type SHandlerError ¶
type SHandlerError struct {
// contains filtered or unexported fields
}
func (*SHandlerError) Error ¶
func (err *SHandlerError) Error() string
type SMessage ¶
type SSubscribe ¶
type SSubscribe struct {
FAddress string `json:"address"`
}
Click to show internal directories.
Click to hide internal directories.