Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repos ¶
type Repos struct { DriverRepo internal.DriverRepo ShipmentRepo internal.ShipmentRepo TruckRepo internal.TruckRepo }
type ShipmentApp ¶
func NewShipmentApp ¶
func NewShipmentApp() (*ShipmentApp, error)
NewShipmentApp Initialize app and do dependency injection for all layers
func (*ShipmentApp) Close ¶
func (a *ShipmentApp) Close() []error
Click to show internal directories.
Click to hide internal directories.