package
Version:
v0.0.0-...-60ee4e7
Opens a new window with list of versions in this module.
Published: Nov 24, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Email *Email `yaml:"email"`
Users []*User `yaml:"users"`
}
type Email struct {
User string `yaml:"user"`
Token string `yaml:"token"`
}
type User struct {
Email string `yaml:"email"`
Cookie string `yaml:"cookie"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.