model

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2017 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminConfig

type AdminConfig struct {
	GheKey    string            `json:"ghe_key"`
	GheSecret string            `json:"ghe_secret"`
	Port      string            `json:"port"`
	AdminSSH  string            `json:"admin_ssh_pubkey"`
	Size      string            `json:"size"`
	Image     string            `json:"image"`
	Region    string            `json:"region"`
	LogConfig map[string]string `json:"log_config"`
	EnvVars   map[string]string `json:"env_variables"`
}

AdminConfig is a struct for the service configuration

type UserConfig

type UserConfig struct {
	Name    string `json:"name"`
	Admins  string `json:"admins"`
	Members string `json:"members"`
	Team    string `json:"team"`
}

UserConfig is a struct for looking up team information

Jump to

Keyboard shortcuts

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