Documentation ¶
Index ¶
- type PushConfService
- func (s *PushConfService) Create(ctx context.Context, request *push_conf_args.PushConfArgs) error
- func (s *PushConfService) DeletePushCfg(appPkgName, platform string) error
- func (s *PushConfService) Get(appPkgName, platform string, pageNum, pageSize int) (interface{}, error)
- func (s *PushConfService) Save(ctx context.Context, request *push_conf_args.PushConfArgs) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushConfService ¶
type PushConfService struct {
// contains filtered or unexported fields
}
func New ¶
func New() *PushConfService
func (*PushConfService) Create ¶
func (s *PushConfService) Create(ctx context.Context, request *push_conf_args.PushConfArgs) error
func (*PushConfService) DeletePushCfg ¶
func (s *PushConfService) DeletePushCfg(appPkgName, platform string) error
func (*PushConfService) Get ¶
func (s *PushConfService) Get(appPkgName, platform string, pageNum, pageSize int) (interface{}, error)
func (*PushConfService) Save ¶
func (s *PushConfService) Save(ctx context.Context, request *push_conf_args.PushConfArgs) error
Click to show internal directories.
Click to hide internal directories.