parcel_delivery

package
v0.0.0-...-d8adeec Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2022 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Implementation

type Implementation struct {
	parcel_delivery_grpc.UnimplementedParcelDeliveryServer
	OrdersRepo   repositories.Orders
	UsersRepo    repositories.Users
	Hasher       auth.Hasher
	TokenManager auth.TokenManager
}

func NewImplementation

func NewImplementation(
	ordersRepo repositories.Orders,
	usersRepo repositories.Users,
	hasher auth.Hasher,
	tokenManager auth.TokenManager,
) Implementation

Jump to

Keyboard shortcuts

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