config

package
v0.0.0-...-c937b9e Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigEntity

type ConfigEntity struct {
	Raven  Raven  `json:"raven"`
	GA     GA     `json:"ga"`
	Signup Signup `json:"signup"`
}

type ConfigService

type ConfigService struct {
	*services.BaseService
}

func New

func (*ConfigService) Register

func (s *ConfigService) Register(container *restful.Container)

type GA

type GA struct {
	Enable bool   `json:"enable"`
	Id     string `json:"id"`
}

type Raven

type Raven struct {
	Enable  bool   `json:"enable"`
	Address string `json:"address"`
}

type Signup

type Signup struct {
	Disable bool `json:"disable"`
}

Jump to

Keyboard shortcuts

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