clap

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "1.0.1"

Variables

View Source
var GenPath string

Functions

This section is empty.

Types

type Config

type Config struct {
	Migrate YamlConfig `yaml:"migrate"`
}

type YamlConfig

type YamlConfig struct {
	Version     int    `yaml:"version"` //
	SourceURL   string `yaml:"source"`
	DatabaseURL string `yaml:"database"`
}

YamlConfig is yaml config struct

func LoadConfigFile

func LoadConfigFile(path string) (*YamlConfig, error)

LoadConfigFile load config file from path

Jump to

Keyboard shortcuts

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