Documentation ¶
Index ¶
- Constants
- Variables
- type Service
- func (s *Service) BuildDownLoadExcelTemplate(c *gin.Context)
- func (s *Service) ExportHost(c *gin.Context)
- func (s *Service) ExportInst(c *gin.Context)
- func (s *Service) ExportObject(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) ImportObject(c *gin.Context)
- func (s *Service) Index(c *gin.Context)
- func (s *Service) LogOutUser(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 ¶
View Source
const BkAccountUrl = "site.bk_account_url"
Variables ¶
View Source
var ( CODE_SUCESS = 0 CODE_ERROR_UPLOAD_FILE = 100 CODE_ERROR_OPEN_FILE = 101 )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { VersionPlg *plugin.Plugin *options.ServerOption Engine *backbone.Engine CacheCli *redis.Client *logics.Logics Disc discovery.DiscoveryInterface Config options.Config }
func (*Service) BuildDownLoadExcelTemplate ¶
BuildDownLoadExcelTemplate build download excel template
func (*Service) ExportObject ¶
ExportObject export object
func (*Service) GetUserList ¶
GetUserList get user list
func (*Service) ImportObject ¶
ImportObject import object attribute
func (*Service) UpdateSupplier ¶
func (*Service) UpdateUserLanguage ¶
func (*Service) WebService ¶
Click to show internal directories.
Click to hide internal directories.