config

package
v0.0.0-...-60ee4e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Email *Email  `yaml:"email"`
	Users []*User `yaml:"users"`
}

type Email

type Email struct {
	User  string `yaml:"user"`
	Token string `yaml:"token"`
}

func GetEmail

func GetEmail() *Email

type User

type User struct {
	Email  string `yaml:"email"`
	Cookie string `yaml:"cookie"`
}

func GetUsers

func GetUsers() []*User

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL