admin

package
v0.0.0-...-9d1ce3d Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2017 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFlowMissingName        error = fmt.Errorf("Flow is missing field: name")
	ErrFlowMissingDescription error = fmt.Errorf("Flow is missing field: description")
	ErrFlowMissingPath        error = fmt.Errorf("Flow is missing field: path")
	ErrPathMissingRoute       error = fmt.Errorf("Path is missing field: route")
	ErrPathMissingType        error = fmt.Errorf("Path is missing field: type")
)

Functions

This section is empty.

Types

type Admin

type Admin struct {
	Router  *mux.Router
	Storage storage.Storage
}

func NewAdmin

func NewAdmin(storage storage.Storage) *Admin

Jump to

Keyboard shortcuts

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