Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigLogic ¶
func NewConfigLogic ¶
func NewConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ConfigLogic
func (*ConfigLogic) Config ¶
func (l *ConfigLogic) Config(in *sys.Empty) (*sys.ConfigResp, error)
type QRCodeReadLogic ¶
func NewQRCodeReadLogic ¶
func NewQRCodeReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QRCodeReadLogic
func (*QRCodeReadLogic) QRCodeRead ¶
func (l *QRCodeReadLogic) QRCodeRead(in *sys.QRCodeReadReq) (*sys.QRCodeReadResp, error)
type SlotInfoCreateLogic ¶
func NewSlotInfoCreateLogic ¶
func NewSlotInfoCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoCreateLogic
func (*SlotInfoCreateLogic) SlotInfoCreate ¶
type SlotInfoDeleteLogic ¶
func NewSlotInfoDeleteLogic ¶
func NewSlotInfoDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoDeleteLogic
func (*SlotInfoDeleteLogic) SlotInfoDelete ¶
type SlotInfoIndexLogic ¶
func NewSlotInfoIndexLogic ¶
func NewSlotInfoIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoIndexLogic
func (*SlotInfoIndexLogic) SlotInfoIndex ¶
func (l *SlotInfoIndexLogic) SlotInfoIndex(in *sys.SlotInfoIndexReq) (*sys.SlotInfoIndexResp, error)
type SlotInfoReadLogic ¶
func NewSlotInfoReadLogic ¶
func NewSlotInfoReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoReadLogic
func (*SlotInfoReadLogic) SlotInfoRead ¶
type SlotInfoUpdateLogic ¶
func NewSlotInfoUpdateLogic ¶
func NewSlotInfoUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoUpdateLogic
func (*SlotInfoUpdateLogic) SlotInfoUpdate ¶
type WeatherReadLogic ¶
func NewWeatherReadLogic ¶
func NewWeatherReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WeatherReadLogic
func (*WeatherReadLogic) WeatherRead ¶
func (l *WeatherReadLogic) WeatherRead(in *sys.WeatherReadReq) (*sys.WeatherReadResp, error)
Click to show internal directories.
Click to hide internal directories.