lookup

package
v0.0.0-...-7e0f15d Latest Latest
Warning

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

Go to latest
Published: May 12, 2023 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 zerolog.Logger, filePath string) LookupTable

Jump to

Keyboard shortcuts

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