Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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) LogStoreMenu ¶
LogStoreMenu 日志菜单
Click to show internal directories.
Click to hide internal directories.