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 ¶
func (*Service) GetHostHardInfo ¶
func (s *Service) GetHostHardInfo(req *restful.Request, resp *restful.Response)
func (*Service) GetNameByID ¶
func (*Service) V2WebService ¶
func (s *Service) V2WebService() *restful.WebService
Source Files ¶
Click to show internal directories.
Click to hide internal directories.