repository

package
v0.0.0-...-0aa8bca Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Customer

type Customer interface {
	FetchUserDataByAuthID(ctx context.Context, authID string) (*models.Customer, error)
	StartTransaction(ctx context.Context) (*sqlx.Tx, error)
}

type Logistics

type Logistics interface {
	FetchLogisticDataByPlaceAndType(ctx context.Context, city, state, logisticType string) (*models.Logistics, error)
	StartTransaction(ctx context.Context) (*sqlx.Tx, error)
}

type ProductPrice

type ProductPrice interface {
	StartTransaction(ctx context.Context) (*sqlx.Tx, error)
}

type Supplier

type Supplier interface {
	StartTransaction(ctx context.Context) (*sqlx.Tx, error)
}

Jump to

Keyboard shortcuts

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