Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Create(ctx context.Context, ch *Channel) (err error) Read(ctx context.Context, link string) (ch *Channel, err error) Delete(ctx context.Context, link string) (err error) List(ctx context.Context, filter *Filter, limit uint32, cursor string, order model.Order) (page []string, err error) Login(ctx context.Context, code string, replicaIdx uint32) (success bool, err error) }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.