Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SLACK_API_ROOT = "https://slack.com/api"
Functions ¶
Types ¶
type Error ¶
type Error struct {
Description string `json:"error" url:"error"`
}
func (*Error) MarshalJSON ¶
MarshalJSON marshal bytes to json - template
func (*Error) MarshalJSONBuf ¶
func (j *Error) MarshalJSONBuf(buf fflib.EncodingBuffer) error
MarshalJSONBuf marshal buff to json - template
func (*Error) UnmarshalJSON ¶
UnmarshalJSON umarshall json - template of ffjson
func (*Error) UnmarshalJSONFFLexer ¶
UnmarshalJSONFFLexer fast json unmarshall - template ffjson
Click to show internal directories.
Click to hide internal directories.