Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckServerStatus ¶
Types ¶
type Message ¶
type Message struct { Type string `json:"type"` Channel string `json:"channel"` Author string `json:"author"` ID string `json:"_id"` Content string `json:"content"` Embeds []struct { Description string `json:"description"` } `json:"embeds"` }
func GetUploadMessage ¶
type Session ¶
func NewSession ¶
func (*Session) AuthenticatedRequest ¶
func (sesh *Session) AuthenticatedRequest(info RequestInfo) (*http.Response, error)
type UserStatus ¶
Click to show internal directories.
Click to hide internal directories.