Documentation ¶
Index ¶
- type Service
- func (s *Service) AddAssist(c context.Context, arg *model.ArgAssist) (err error)
- func (s *Service) Assist(c context.Context, arg *model.ArgAssist) (res *model.AssistRes, err error)
- func (s *Service) AssistExit(c context.Context, arg *model.ArgAssist) (err error)
- func (s *Service) AssistIDs(c context.Context, arg *model.ArgAssists) (res []int64, err error)
- func (s *Service) AssistLogAdd(c context.Context, arg *model.ArgAssistLogAdd) (err error)
- func (s *Service) AssistLogCancel(c context.Context, arg *model.ArgAssistLog) (err error)
- func (s *Service) AssistLogInfo(c context.Context, arg *model.ArgAssistLog) (res *model.Log, err error)
- func (s *Service) AssistLogs(c context.Context, arg *model.ArgAssistLogs) (res []*model.Log, err error)
- func (s *Service) AssistUps(c context.Context, arg *model.ArgAssistUps) (res *model.AssistUpsPager, err error)
- func (s *Service) Assists(c context.Context, arg *model.ArgAssists) (res []*model.Assist, err error)
- func (s *Service) DelAssist(c context.Context, arg *model.ArgAssist) (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 def
func (*Service) AssistExit ¶
AssistExit def
func (*Service) AssistLogAdd ¶
AssistLogAdd def
func (*Service) AssistLogCancel ¶
AssistLogCancel def
func (*Service) AssistLogInfo ¶
func (s *Service) AssistLogInfo(c context.Context, arg *model.ArgAssistLog) (res *model.Log, err error)
AssistLogInfo def
func (*Service) AssistLogs ¶
func (s *Service) AssistLogs(c context.Context, arg *model.ArgAssistLogs) (res []*model.Log, err error)
AssistLogs def
func (*Service) AssistUps ¶
func (s *Service) AssistUps(c context.Context, arg *model.ArgAssistUps) (res *model.AssistUpsPager, err error)
AssistUps def
Click to show internal directories.
Click to hide internal directories.