Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMessage ¶
func Conn ¶
func Conn() *bloomdb.BloomDatabase
func GetMessages ¶
Types ¶
type ParamsError ¶
type ParamsError struct {
Name string `json:"name"`
Message string `json:"message"`
Params map[string]string `json:"parameters"`
}
func NewParamsError ¶
func NewParamsError(message string, params map[string]string) ParamsError
func (ParamsError) Error ¶
func (e ParamsError) Error() string
Click to show internal directories.
Click to hide internal directories.