Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
func (*CreateLogic) Create ¶
func (l *CreateLogic) Create(req *types.ProductRemoteConfigCreateReq) error
type IndexLogic ¶
func NewIndexLogic ¶
func NewIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IndexLogic
func (*IndexLogic) Index ¶
func (l *IndexLogic) Index(req *types.ProductRemoteConfigIndexReq) (resp *types.ProductRemoteConfigIndexResp, err error)
type LastestReadLogic ¶
func NewLastestReadLogic ¶
func NewLastestReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LastestReadLogic
func (*LastestReadLogic) LastestRead ¶
func (l *LastestReadLogic) LastestRead(req *types.ProductRemoteConfigLastestReadReq) (resp *types.ProductRemoteConfigLastestReadResp, err error)
type PushAllLogic ¶
func NewPushAllLogic ¶
func NewPushAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PushAllLogic
func (*PushAllLogic) PushAll ¶
func (l *PushAllLogic) PushAll(req *types.ProductRemoteConfigPushAllReq) error
Click to show internal directories.
Click to hide internal directories.