context

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2019 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PostMethodSupported = "only post method is allowed"
	CredentialsError    = "credentials error"
	TokenError          = "token error"
	UnauthorizedAccess  = "unauthorized access"
)

Variables

This section is empty.

Functions

func BrokerClient added in v0.1.2

func BrokerClient(host string, port int) (pb.EndpointClient, error)

func ConfigureClient

func ConfigureClient(config *Config) (pb.ConfigureEndpointClient, error)

func ManagerClient added in v0.2.1

func ManagerClient(config *Config) (pb.ManagerClient, error)

func OpenDB

func OpenDB(config *Config) (*sqlx.DB, error)

Types

type Config

type Config struct {
	App       string            `mapstructure:"app"`
	DB        database          `mapstructure:"db"`
	Auth      auth              `mapstructure:"auth"`
	Log       logging           `mapstructure:"log"`
	Configure configure         `mapstructure:"configure"`
	Manager   client            `mapstructure:"manager"`
	Broker    map[string]client `mapstructure:"broker"`
}

func LoadConfig

func LoadConfig(path string) (*Config, error)

Jump to

Keyboard shortcuts

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