Documentation ¶
Index ¶
- type FeedServiceImpl
- func (s *FeedServiceImpl) Feed(ctx context.Context, req *feed.FeedRequest) (resp *feed.FeedResponse, err error)
- func (s *FeedServiceImpl) PublishAction(ctx context.Context, req *feed.PublishActionRequest) (resp *feed.PublishActionResponse, err error)
- func (s *FeedServiceImpl) PublishList(ctx context.Context, req *feed.PublishListRequest) (resp *feed.PublishListResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedServiceImpl ¶
type FeedServiceImpl struct{}
FeedServiceImpl implements the last service interface defined in the IDL.
func (*FeedServiceImpl) Feed ¶
func (s *FeedServiceImpl) Feed(ctx context.Context, req *feed.FeedRequest) (resp *feed.FeedResponse, err error)
Feed implements the FeedServiceImpl interface.
func (*FeedServiceImpl) PublishAction ¶
func (s *FeedServiceImpl) PublishAction(ctx context.Context, req *feed.PublishActionRequest) (resp *feed.PublishActionResponse, err error)
PublishAction implements the FeedServiceImpl interface.
func (*FeedServiceImpl) PublishList ¶
func (s *FeedServiceImpl) PublishList(ctx context.Context, req *feed.PublishListRequest) (resp *feed.PublishListResponse, err error)
PublishList implements the FeedServiceImpl interface.
Click to show internal directories.
Click to hide internal directories.