Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { ReadChannel(ctx context.Context, link string) (ch *Channel, err error) ListChannels(ctx context.Context, filter *Filter, limit uint32, cursor string, order model.Order) (page []string, err error) }
func NewService ¶
func NewService(client ServiceClient) Service
func NewServiceMock ¶
func NewServiceMock() Service
Click to show internal directories.
Click to hide internal directories.