Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface { Create(ctx context.Context, label model.Label) (model.Label, error) GetList(ctx context.Context) ([]model.Label, error) Get(ctx context.Context, id int64) (model.Label, error) Update(ctx context.Context, label model.Label) (model.Label, error) Delete(ctx context.Context, id int64) error }
Click to show internal directories.
Click to hide internal directories.