Documentation ¶
Index ¶
- type ExportObjectBody
- type Service
- func (s *Service) BuildDownLoadExcelTemplate(c *gin.Context)
- func (s *Service) BuildDownLoadNetDeviceExcelTemplate(c *gin.Context)
- func (s *Service) BuildDownLoadNetPropertyExcelTemplate(c *gin.Context)
- func (s *Service) ExportHost(c *gin.Context)
- func (s *Service) ExportInst(c *gin.Context)
- func (s *Service) ExportNetDevice(c *gin.Context)
- func (s *Service) ExportNetProperty(c *gin.Context)
- func (s *Service) ExportObject(c *gin.Context)
- func (s *Service) GetDepartment(c *gin.Context)
- func (s *Service) GetDepartmentProfile(c *gin.Context)
- func (s *Service) GetUserList(c *gin.Context)
- func (s *Service) Healthz(c *gin.Context)
- func (s *Service) ImportHost(c *gin.Context)
- func (s *Service) ImportInst(c *gin.Context)
- func (s *Service) ImportNetDevice(c *gin.Context)
- func (s *Service) ImportNetProperty(c *gin.Context)
- func (s *Service) ImportObject(c *gin.Context)
- func (s *Service) Index(c *gin.Context)
- func (s *Service) ListenIPOptions(c *gin.Context)
- func (s *Service) LogOutUser(c *gin.Context)
- func (s *Service) Login(c *gin.Context)
- func (s *Service) LoginUser(c *gin.Context)
- func (s *Service) SearchBusiness(c *gin.Context)
- func (s *Service) UpdateHosts(c *gin.Context)
- func (s *Service) UpdateSupplier(c *gin.Context)
- func (s *Service) UpdateUserLanguage(c *gin.Context)
- func (s *Service) UserInfo(c *gin.Context)
- func (s *Service) WebService() *gin.Engine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportObjectBody ¶
type ExportObjectBody struct {
BizID int64 `json:"bk_biz_id"`
}
type Service ¶
type Service struct { *options.ServerOption Engine *backbone.Engine CacheCli *redis.Client *logics.Logics Config *options.Config Session sessions.RedisStore }
func (*Service) BuildDownLoadExcelTemplate ¶
BuildDownLoadExcelTemplate build download excel template
func (*Service) BuildDownLoadNetDeviceExcelTemplate ¶
func (*Service) BuildDownLoadNetPropertyExcelTemplate ¶
func (*Service) ExportNetDevice ¶
func (*Service) ExportNetProperty ¶
func (*Service) ExportObject ¶
ExportObject export object
func (*Service) GetDepartment ¶
GetDepartment get department info
func (*Service) GetDepartmentProfile ¶
GetDepartmentProfile get department info
func (*Service) GetUserList ¶
GetUserList get user list
func (*Service) ImportNetDevice ¶
func (*Service) ImportNetProperty ¶
func (*Service) ImportObject ¶
ImportObject import object attribute
func (*Service) ListenIPOptions ¶
func (*Service) SearchBusiness ¶
func (*Service) UpdateHosts ¶
UpdateHost Excel update host batch
func (*Service) UpdateSupplier ¶
func (*Service) UpdateUserLanguage ¶
func (*Service) WebService ¶
Click to show internal directories.
Click to hide internal directories.