system

package
v0.0.0-...-42a3e4b Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2016 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Secret       string `json:"secret"`
	PublicPath   string `json:"public_path"`
	TemplatePath string `json:"template_path"`
	Database     ConfigurationDatabase
}

func (*Configuration) Load

func (configuration *Configuration) Load(filename string) (err error)

func (*Configuration) Parse

func (configuration *Configuration) Parse(data []byte) (err error)

type ConfigurationDatabase

type ConfigurationDatabase struct {
	Hosts    string `json:"hosts"`
	Database string `json:"database"`
}

type Controller

type Controller struct {
}

func (*Controller) GetDatabase

func (controller *Controller) GetDatabase(c web.C) *mgo.Database

func (*Controller) GetSession

func (controller *Controller) GetSession(c web.C) *sessions.Session

func (*Controller) GetTemplate

func (controller *Controller) GetTemplate(c web.C) *template.Template

func (*Controller) Parse

func (controller *Controller) Parse(t *template.Template, name string, data interface{}) string

Jump to

Keyboard shortcuts

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