Documentation ¶
Index ¶
- func New()
- type CompleteLogSearchUrlRequest
- type CompleteTraceSearchUrlRequest
- type LogNode
- type Service
- func (s *Service) CompleteLogSearchUrl(ctx context.Context, req *CompleteLogSearchUrlRequest, u *db.User) (signInUrl string, err error)
- func (s *Service) CompleteTraceSearchUrl(ctx context.Context, req *CompleteTraceSearchUrlRequest, u *db.User) (signInUrl string, err error)
- func (s *Service) LogStoreMenu(ctx context.Context) (ret []*LogNode, err error)
- func (s *Service) RefreshMenuData() (err error)
- type TokenBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompleteTraceSearchUrlRequest ¶ added in v0.5.2
type LogNode ¶
type LogNode struct { Value string `json:"value"` Label string `json:"label"` Children []*LogNode `json:"children"` }
LogNode 日志菜单
type Service ¶
type Service struct { Clients map[string]sls.ClientInterface StsClients map[string]*sts.Client // contains filtered or unexported fields }
Service 服务
var Instance *Service
func (*Service) CompleteLogSearchUrl ¶
func (s *Service) CompleteLogSearchUrl(ctx context.Context, req *CompleteLogSearchUrlRequest, u *db.User) (signInUrl string, err error)
CompleteLogSearchUrl 获取
func (*Service) CompleteTraceSearchUrl ¶ added in v0.5.2
func (s *Service) CompleteTraceSearchUrl(ctx context.Context, req *CompleteTraceSearchUrlRequest, u *db.User) (signInUrl string, err error)
CompleteLogSearchUrl 获取
func (*Service) LogStoreMenu ¶
LogStoreMenu 日志菜单
Click to show internal directories.
Click to hide internal directories.