internal

package
v0.0.0-...-ae80017 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DB DB `json:"db" env:"db"`
}

Config stores all the config information for the app.

func LoadConfig

func LoadConfig() Config

LoadConfig loads the config into the config object.

type DB

type DB struct {
	Table string `json:"table" env:"table"`
}

DB has all the config info for the database.

type DependencyResolver

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

DependencyResolver ...

func NewDependencyResolver

func NewDependencyResolver(config Config) *DependencyResolver

NewDependencyResolver ...

func (*DependencyResolver) ResolveDatastore

func (r *DependencyResolver) ResolveDatastore() *data.Store

ResolveDatastore ...

func (*DependencyResolver) ResolveNettatonNexus

func (r *DependencyResolver) ResolveNettatonNexus() *nettaton.Nexus

ResolveNettatonNexus ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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