Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByCreatedAt ¶
ByCreatedAt struct used by Sort function
func (ByCreatedAt) Len ¶
func (a ByCreatedAt) Len() int
func (ByCreatedAt) Less ¶
func (a ByCreatedAt) Less(i, j int) bool
func (ByCreatedAt) Swap ¶
func (a ByCreatedAt) Swap(i, j int)
type InMem ¶
type InMem struct {
// contains filtered or unexported fields
}
InMem in memory repo
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service interface
func (*Service) CreateOrder ¶
CreateOrder Create an Order
func (*Service) DeleteOrder ¶
DeleteOrder Delete an Order
Click to show internal directories.
Click to hide internal directories.