model

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2016 License: Apache-2.0 Imports: 6 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Admin = User{
	Username: "admin",
	Password: "admin",
	Email:    "admintest@deis.com",
}

Functions

This section is empty.

Types

type App

type App struct {
	Name string
	URL  string
}

func NewApp

func NewApp() App

type Cert

type Cert struct {
	Name     string
	CertPath string
	KeyPath  string
}

func NewCert

func NewCert() Cert

type Cmd

type Cmd struct {
	Env               []string
	CommandLineString string
}

type User

type User struct {
	Username string
	Password string
	Email    string
}

func NewUser

func NewUser() User

Jump to

Keyboard shortcuts

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