Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddLogic ¶
func NewAddLogic ¶
func NewAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddLogic
func (*AddLogic) Add ¶
func (l *AddLogic) Add(req types.CreateFavoriteRequest) (resp *types.FavoriteIDResult, err error)
type DeleteAllLogic ¶
func NewDeleteAllLogic ¶
func NewDeleteAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteAllLogic
func (*DeleteAllLogic) DeleteAll ¶
func (l *DeleteAllLogic) DeleteAll() error
type DeleteLogic ¶
func NewDeleteLogic ¶
func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteLogic
func (*DeleteLogic) Delete ¶
func (l *DeleteLogic) Delete(req types.DeleteFavoriteRequest) error
type GetListLogic ¶
func NewGetListLogic ¶
func NewGetListLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetListLogic
func (*GetListLogic) GetList ¶
func (l *GetListLogic) GetList() (resp *types.FavoriteList, err error)
Click to show internal directories.
Click to hide internal directories.