Documentation ¶
Index ¶
- type ConfigLogic
- type DebugGetLogic
- type DebugGetTencentLogic
- type DebugPostLogic
- type NtpReadLogic
- type QRCodeReadReqLogic
- type UploadFileLogic
- type UploadUrlCreateLogic
- type WeatherReadLogic
- type WebsocketConnectLogic
- type WebsocketSubscribeCreateLogic
- type WebsocketSubscribeDeleteLogic
- type WebsocketSubscribeIndexLogic
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() (resp *types.ConfigResp, err error)
type DebugGetLogic ¶
func NewDebugGetLogic ¶
func NewDebugGetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DebugGetLogic
type DebugGetTencentLogic ¶
func NewDebugGetTencentLogic ¶
func NewDebugGetTencentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DebugGetTencentLogic
func (*DebugGetTencentLogic) DebugGetTencent ¶
func (l *DebugGetTencentLogic) DebugGetTencent() error
type DebugPostLogic ¶
func NewDebugPostLogic ¶
func NewDebugPostLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DebugPostLogic
type NtpReadLogic ¶
func NewNtpReadLogic ¶
func NewNtpReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NtpReadLogic
func (*NtpReadLogic) NtpRead ¶
func (l *NtpReadLogic) NtpRead(req *types.NtpReadReq) (resp *types.NtpReadResp, err error)
type QRCodeReadReqLogic ¶
func NewQRCodeReadReqLogic ¶
func NewQRCodeReadReqLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QRCodeReadReqLogic
func (*QRCodeReadReqLogic) QRCodeReadReq ¶
func (l *QRCodeReadReqLogic) QRCodeReadReq(req *types.QRCodeReadReq) (resp *types.QRCodeReadResp, err error)
type UploadFileLogic ¶
func NewUploadFileLogic ¶
func NewUploadFileLogic(ctx context.Context, svcCtx *svc.ServiceContext, r *http.Request) *UploadFileLogic
func (*UploadFileLogic) UploadFile ¶
func (l *UploadFileLogic) UploadFile() (resp *types.UploadFileResp, err error)
type UploadUrlCreateLogic ¶
func NewUploadUrlCreateLogic ¶
func NewUploadUrlCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadUrlCreateLogic
func (*UploadUrlCreateLogic) UploadUrlCreate ¶
func (l *UploadUrlCreateLogic) UploadUrlCreate(req *types.UploadUrlCreateReq) (resp *types.UploadUrlCreateResp, err error)
type WeatherReadLogic ¶
func NewWeatherReadLogic ¶
func NewWeatherReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WeatherReadLogic
func (*WeatherReadLogic) WeatherRead ¶
func (l *WeatherReadLogic) WeatherRead(req *types.WeatherReadReq) (resp *types.WeatherReadResp, err error)
type WebsocketConnectLogic ¶
func NewWebsocketConnectLogic ¶
func NewWebsocketConnectLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WebsocketConnectLogic
func (*WebsocketConnectLogic) WebsocketConnect ¶
type WebsocketSubscribeCreateLogic ¶
func NewWebsocketSubscribeCreateLogic ¶
func NewWebsocketSubscribeCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WebsocketSubscribeCreateLogic
func (*WebsocketSubscribeCreateLogic) WebsocketSubscribeCreate ¶
func (l *WebsocketSubscribeCreateLogic) WebsocketSubscribeCreate(req *types.WebsocketSubscribeInfo) error
type WebsocketSubscribeDeleteLogic ¶
func NewWebsocketSubscribeDeleteLogic ¶
func NewWebsocketSubscribeDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WebsocketSubscribeDeleteLogic
func (*WebsocketSubscribeDeleteLogic) WebsocketSubscribeDelete ¶
func (l *WebsocketSubscribeDeleteLogic) WebsocketSubscribeDelete(req *types.WebsocketSubscribeInfo) error
type WebsocketSubscribeIndexLogic ¶
func NewWebsocketSubscribeIndexLogic ¶
func NewWebsocketSubscribeIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WebsocketSubscribeIndexLogic
func (*WebsocketSubscribeIndexLogic) WebsocketSubscribeIndex ¶
func (l *WebsocketSubscribeIndexLogic) WebsocketSubscribeIndex() (resp *types.WebsocketSubscribeIndexResp, err error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.