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, addr, groupId, userId string) (url string, err error) Read(ctx context.Context, url string) (src *Source, err error) List(ctx context.Context, filter *Filter, limit uint32, cursor string, order model.Order) (page []string, err error) Delete(ctx context.Context, url, groupId, userId string) (err error) }
func NewService ¶
func NewService(client ServiceClient) Service
Click to show internal directories.
Click to hide internal directories.