Documentation ¶
Index ¶
Constants ¶
View Source
const (
GmailType = "gmail"
)
Variables ¶
View Source
var HttpClient = &http.Client{Transport: http.DefaultTransport, Timeout: 60 * time.Second}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Type string `json:"type"` Token interface{} `json:"token"` }
func LoadConfig ¶
func (*Config) UnmarshalJSON ¶
type GmailToken ¶
Click to show internal directories.
Click to hide internal directories.