Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteConfigCreateLogic ¶
func NewRemoteConfigCreateLogic ¶
func NewRemoteConfigCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoteConfigCreateLogic
func (*RemoteConfigCreateLogic) RemoteConfigCreate ¶
func (l *RemoteConfigCreateLogic) RemoteConfigCreate(in *dm.RemoteConfigCreateReq) (*dm.Response, error)
type RemoteConfigIndexLogic ¶
func NewRemoteConfigIndexLogic ¶
func NewRemoteConfigIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoteConfigIndexLogic
func (*RemoteConfigIndexLogic) RemoteConfigIndex ¶
func (l *RemoteConfigIndexLogic) RemoteConfigIndex(in *dm.RemoteConfigIndexReq) (*dm.RemoteConfigIndexResp, error)
type RemoteConfigLastReadLogic ¶
func NewRemoteConfigLastReadLogic ¶
func NewRemoteConfigLastReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoteConfigLastReadLogic
func (*RemoteConfigLastReadLogic) RemoteConfigLastRead ¶
func (l *RemoteConfigLastReadLogic) RemoteConfigLastRead(in *dm.RemoteConfigLastReadReq) (*dm.RemoteConfigLastReadResp, error)
type RemoteConfigPushAllLogic ¶
func NewRemoteConfigPushAllLogic ¶
func NewRemoteConfigPushAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoteConfigPushAllLogic
func (*RemoteConfigPushAllLogic) RemoteConfigPushAll ¶
func (l *RemoteConfigPushAllLogic) RemoteConfigPushAll(in *dm.RemoteConfigPushAllReq) (*dm.Response, error)
Click to show internal directories.
Click to hide internal directories.