Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyseDeviceDurationElephantLogic ¶
type AnalyseDeviceDurationElephantLogic struct { logx.Logger // contains filtered or unexported fields }
func NewAnalyseDeviceDurationElephantLogic ¶
func NewAnalyseDeviceDurationElephantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AnalyseDeviceDurationElephantLogic
func (*AnalyseDeviceDurationElephantLogic) AnalyseDeviceDurationElephant ¶
func (l *AnalyseDeviceDurationElephantLogic) AnalyseDeviceDurationElephant(in *data.AnalyseDeviceDurationElephantReq) (*data.BaseResp, error)
type CreateDeviceDurationElephantLogic ¶
type CreateDeviceDurationElephantLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCreateDeviceDurationElephantLogic ¶
func NewCreateDeviceDurationElephantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDeviceDurationElephantLogic
func (*CreateDeviceDurationElephantLogic) CreateDeviceDurationElephant ¶
func (l *CreateDeviceDurationElephantLogic) CreateDeviceDurationElephant(in *data.DeviceDurationElephantInfo) (*data.BaseIDResp, error)
type DeleteDeviceDurationElephantLogic ¶
type DeleteDeviceDurationElephantLogic struct { logx.Logger // contains filtered or unexported fields }
func NewDeleteDeviceDurationElephantLogic ¶
func NewDeleteDeviceDurationElephantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDeviceDurationElephantLogic
func (*DeleteDeviceDurationElephantLogic) DeleteDeviceDurationElephant ¶
type GetDeviceDurationElephantByIdLogic ¶
type GetDeviceDurationElephantByIdLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetDeviceDurationElephantByIdLogic ¶
func NewGetDeviceDurationElephantByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDeviceDurationElephantByIdLogic
func (*GetDeviceDurationElephantByIdLogic) GetDeviceDurationElephantById ¶
func (l *GetDeviceDurationElephantByIdLogic) GetDeviceDurationElephantById(in *data.IDReq) (*data.DeviceDurationElephantInfo, error)
type GetDeviceDurationElephantListLogic ¶
type GetDeviceDurationElephantListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetDeviceDurationElephantListLogic ¶
func NewGetDeviceDurationElephantListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDeviceDurationElephantListLogic
func (*GetDeviceDurationElephantListLogic) GetDeviceDurationElephantList ¶
func (l *GetDeviceDurationElephantListLogic) GetDeviceDurationElephantList(in *data.DeviceDurationElephantListReq) (*data.DeviceDurationElephantListResp, error)
type UpdateDeviceDurationElephantLogic ¶
type UpdateDeviceDurationElephantLogic struct { logx.Logger // contains filtered or unexported fields }
func NewUpdateDeviceDurationElephantLogic ¶
func NewUpdateDeviceDurationElephantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDeviceDurationElephantLogic
func (*UpdateDeviceDurationElephantLogic) UpdateDeviceDurationElephant ¶
func (l *UpdateDeviceDurationElephantLogic) UpdateDeviceDurationElephant(in *data.DeviceDurationElephantInfo) (*data.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.