Documentation ¶
Index ¶
- type Service
- func (s *Service) AddApp(c context.Context, appname string) (err error)
- func (s *Service) Close()
- func (s *Service) DelApp(c context.Context, appid int64) (err error)
- func (s *Service) ListApp(c context.Context, t *model.AppListParams) (res []*model.App, total int64, err error)
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) UpdateApp(c context.Context, arg *model.AppParams) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service biz service def.
Click to show internal directories.
Click to hide internal directories.