Documentation ¶
Index ¶
- func FillChildren(ctx context.Context, cli *dingClient.DingTalk, father *sys.DeptInfo) error
- type ConfigLogic
- type QRCodeReadLogic
- type ServiceInfoReadLogic
- type ServiceInfoUpdateLogic
- type SlotInfoCreateLogic
- type SlotInfoDeleteLogic
- type SlotInfoIndexLogic
- type SlotInfoReadLogic
- type SlotInfoUpdateLogic
- type ThirdDeptIndexLogic
- type ThirdDeptReadLogic
- type WeatherReadLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FillChildren ¶ added in v1.2.6
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 ServiceInfoReadLogic ¶ added in v1.0.1
func NewServiceInfoReadLogic ¶ added in v1.0.1
func NewServiceInfoReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ServiceInfoReadLogic
func (*ServiceInfoReadLogic) ServiceInfoRead ¶ added in v1.0.1
func (l *ServiceInfoReadLogic) ServiceInfoRead(in *sys.WithCode) (*sys.ServiceInfo, error)
type ServiceInfoUpdateLogic ¶ added in v1.0.1
func NewServiceInfoUpdateLogic ¶ added in v1.0.1
func NewServiceInfoUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ServiceInfoUpdateLogic
func (*ServiceInfoUpdateLogic) ServiceInfoUpdate ¶ added in v1.0.1
func (l *ServiceInfoUpdateLogic) ServiceInfoUpdate(in *sys.ServiceInfo) (*sys.Empty, 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 ThirdDeptIndexLogic ¶ added in v1.2.0
func NewThirdDeptIndexLogic ¶ added in v1.2.0
func NewThirdDeptIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ThirdDeptIndexLogic
func (*ThirdDeptIndexLogic) ThirdDeptIndex ¶ added in v1.2.0
func (l *ThirdDeptIndexLogic) ThirdDeptIndex(in *sys.ThirdDeptInfoIndexReq) (*sys.DeptInfoIndexResp, error)
type ThirdDeptReadLogic ¶ added in v1.2.0
func NewThirdDeptReadLogic ¶ added in v1.2.0
func NewThirdDeptReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ThirdDeptReadLogic
func (*ThirdDeptReadLogic) ThirdDeptRead ¶ added in v1.2.0
func (l *ThirdDeptReadLogic) ThirdDeptRead(in *sys.ThirdDeptInfoReadReq) (*sys.DeptInfo, error)
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.