lookup

package
v0.0.0-...-639786a Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lookup

type Lookup struct {
	ServiceGuidenId string
	NutsCode        string
	DeviceId        string
}

type LookupTable

type LookupTable interface {
	GetNutsCode(serviceGuidenId string) (string, bool)
	GetDeviceId(serviceguidenId string) (string, bool)
}

func New

func New(logger *slog.Logger, filePath string) LookupTable

Jump to

Keyboard shortcuts

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