Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Retrieve(ctx context.Context, args interface{}) (interface{}, error) Create(ctx context.Context, args interface{}) (interface{}, error) Update(ctx context.Context, args interface{}) (interface{}, error) Delete(ctx context.Context, args interface{}) (interface{}, error) }
Service is a general service interface. Since usually services are just one of the kind of CRUD.
Click to show internal directories.
Click to hide internal directories.