Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreightCarrierService ¶
type FreightCarrierService interface {
CreateCarrier(carrierSchema *schemas.CreateFreightCarrierSchema) (*schemas.FreightCarrierSchema, errors.Error)
DeleteCarrier(id interface{}) (bool, errors.Error)
UpdateCarrier(id interface{}, carrierSchema *schemas.UpdateFreightCarrierSchema) (*schemas.FreghtCarrierSchema, errors.Error)
GetCarrier(id interface{}) (*schemas.FreightCarrierSchema, errors.Error)
GetCarriers(filter interface{}) errors.Error
}
Click to show internal directories.
Click to hide internal directories.