Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Create(req *request.CreateRequest) (resp *response.CreateResponse, err error) PageList(req *request.ListRequest) (resp *response.ListResponse, err error) Detail(req *request.DetailRequest) (info *response.DetailResponse, err error) Delete(req *request.DeleteRequest) error }
Click to show internal directories.
Click to hide internal directories.