config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 2 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 {
	// Owner is the owner name of the repository
	Owner string `json:"owner"`
	// Repository is the repository name
	Repository string `json:"repository"`
	// Utilities is the issue number of utilities
	Utilities int `json:"utilities"`
	// DataDir is the directory to store data
	DataDir string `json:"datadir"`
}

func LoadConfig

func LoadConfig(filepath string) (*Config, error)

Jump to

Keyboard shortcuts

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