Documentation ¶
Index ¶
Constants ¶
View Source
const ( INFO = 1 ALERT = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorWriter ¶
type ErrorWriter struct {
// contains filtered or unexported fields
}
type ImageAccessory ¶
type Section ¶
type Section struct { Type string `json:"type"` Text *Text `json:"text,omitempty"` Accessory *ImageAccessory `json:"accessory,omitempty"` // This is a pointer because the encoder won't omit it otherwise }
Click to show internal directories.
Click to hide internal directories.