package
Version:
v0.0.0-test3
Opens a new window with list of versions in this module.
Published: Aug 6, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Embed struct {
Color int `json:"color"`
Title string `json:"title"`
Description string `json:"description"`
Timestamp string `json:"timestamp"`
}
type PostData struct {
Username string `json:"username"`
AvatarURL string `json:"avatar_url"`
Embeds []Embed `json:"embeds"`
}
type Server struct {
URL string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.