services

package module
v0.0.0-...-5648782 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2024 License: GPL-3.0 Imports: 2 Imported by: 1

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL