maps

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mapper

type Mapper string
const (
	FileMapper Mapper = "file"
	NullMapper        = "null"
)

type NullType

type NullType struct {
	logger.ContextL
}

func (*NullType) LookupTagValue

func (ntm *NullType) LookupTagValue(cid kt.Cid, tagval uint32, colname string) (string, string, bool)

type TagMapper

type TagMapper interface {
	LookupTagValue(kt.Cid, uint32, string) (string, string, bool)
}

func LoadMapper

func LoadMapper(mtype Mapper, log logger.Underlying) (TagMapper, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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