Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataAccessor ¶
DataAccessor provides an abstraction of the actual data provider. Typically this is implemented by some storage.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service interface for getting the requested data.
func NewService ¶
func NewService(d DataAccessor, api *gin.RouterGroup) Service
NewService creates a listing service
func (*Service) NewCustomers ¶
NewCustomers creates a new client
Click to show internal directories.
Click to hide internal directories.