db

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: GPL-3.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CarrierDb

type CarrierDb interface {
	GetCarriers() ([]models.FreightCarrierModel, error)
	GetCarrier(id string) (models.FreightCarrierModel, error)
	CreateCarrier(carrier models.FreightCarrierModel) (models.FreightCarrierModel, error)
	UpdateCarrier(id string, carrier models.FreightCarrierModel) (models.FreightCarrierModel, error)
	DeleteCarrier(id string) error
}

Directories

Path Synopsis
mongodb module

Jump to

Keyboard shortcuts

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