metadata

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.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 Term

type Term interface {
	ID(term []byte) (id []byte, err error)
	Literal(id []byte) (term []byte, err error)
	io.Closer
}

func NewTerm

func NewTerm(opts TermOpts) (Term, error)

type TermOpts

type TermOpts struct {
	Path   string
	Logger *logger.Logger
}

Jump to

Keyboard shortcuts

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