filesystem

package
v0.0.0-...-0fc01ca Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRepository

func NewRepository(
	config Config,
) repositories.Repository

NewRepository TODO

Types

type BaseConfig

type BaseConfig struct {
	Prefix    string `env:"PREFIX"`
	Pattern   string `env:"PATTERN"`
	Postfix   string `env:"POSTFIX"`
	Extension string `env:"EXTENSION"`
}

BaseConfig TODO

type Config

type Config struct {
	Base BaseConfig `env:"BASE"`
	Path PathConfig `env:"PATH"`
}

Config TODO

type PathConfig

type PathConfig struct {
	Location string `env:"LOCATION"`
	Pattern  string `env:"PATTERN"`
}

PathConfig TODO

Jump to

Keyboard shortcuts

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