user

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotLoggedIn = errors.New("you are not logged in")
)

Errors related to user configuration.

Functions

This section is empty.

Types

type User

type User struct {
	APIKey       string `yaml:"api_key"`
	Username     string `yaml:"username"`
	RefreshToken