directory

package
v0.31.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 24 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DBPath         string        `json:"db_path"`
	RequestTimeout time.Duration `json:"request_timeout"`
	Seed           bool          `json:"seed_metadata"`
	EnableV2       bool          `json:"enable_v2"`
}

type Directory

type Directory struct {
	// contains filtered or unexported fields
}

func Get added in v0.31.4

func Get() (*Directory, error)

func New

func New(ctx context.Context, config *Config, logger *zerolog.Logger) (*Directory, error)

func (*Directory) Close

func (s *Directory) Close()

func (*Directory) Config added in v0.30.11

func (s *Directory) Config() Config

Config, returns read-only copy of directory configuration data.

func (*Directory) Exporter2 added in v0.21.6

func (s *Directory) Exporter2() dse2.ExporterServer

func (*Directory) Exporter3 added in v0.30.0

func (s *Directory) Exporter3() dse3.ExporterServer

func (*Directory) Importer2 added in v0.21.6

func (s *Directory) Importer2() dsi2.ImporterServer

func (*Directory) Importer3 added in v0.30.0

func (s *Directory) Importer3() dsi3.ImporterServer

func (*Directory) Logger added in v0.30.9

func (s *Directory) Logger() *zerolog.Logger

func (*Directory) Model3 added in v0.30.0

func (s *Directory) Model3() dsm3.ModelServer

func (*Directory) Reader2 added in v0.21.6

func (s *Directory) Reader2() dsr2.ReaderServer

func (*Directory) Reader3 added in v0.30.0

func (s *Directory) Reader3() dsr3.ReaderServer

func (*Directory) Writer2 added in v0.21.6

func (s *Directory) Writer2() dsw2.WriterServer

func (*Directory) Writer3 added in v0.30.0

func (s *Directory) Writer3() dsw3.WriterServer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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