v2

package
v0.0.0-...-7378411 Latest Latest
Warning

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

Go to latest
Published: May 21, 2019 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppStatusTest   = "测试中"
	AppStatusOnline = "已上线"
	AppStatusStop   = "停运"
)
View Source
const (
	AppStatusTestI   = "1"
	AppStatusOnlineI = "2"
	AppStatusStopI   = "3"
)
View Source
const (
	ModuleTypeCommon = "普通"
	ModuleTypeDB     = "数据库"
)
View Source
const (
	ModuleTypeCommonI = "1"
	ModuleTypeDBI     = "2"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	*backbone.Engine
	*logics.Logics
}

func (*Service) GetHostHardInfo

func (s *Service) GetHostHardInfo(req *restful.Request, resp *restful.Response)

func (*Service) GetNameByID

func (s *Service) GetNameByID(appID, id string, pheader http.Header) (string, error, int)

func (*Service) SetEngine

func (s *Service) SetEngine(engine *backbone.Engine)

func (*Service) WebService

func (s *Service) WebService() *restful.WebService

Jump to

Keyboard shortcuts

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