config

package
v0.0.4-alpha Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserDefinedDataFolder = "UserDefinedDataFolder"
	ListAfterAddingTodo   = "ListAfterAddingTodo"
	ListAfterEditingTodo  = "ListAfterEditingTodo"
	ListAfterRemovingTodo = "ListAfterRemovingTodo"
)

Keys for config

View Source
const (
	DefaultConfigFileType = "yaml"
	DefaultConfigFileName = ".remind"
)

Config Defaults

View Source
const (
	DefaultDataFileFileExtension = ".rdata" + "." + defaultDataFileFileType
)
View Source
const (
	DefaultDataRecordFullFileName = defaultDataRecordFileName + "." + defaultDataRecordFileType
)
View Source
const DefaultDataSubdir = "remind"

Data Defaults

Variables

This section is empty.

Functions

func GetConfigFolder

func GetConfigFolder() (string, error)

Types

type BoolFlagEntity

type BoolFlagEntity struct {
	FlagEntity
	Value bool
}

type FlagEntity

type FlagEntity struct {
	Name      string
	Shorthand string
	Usage     string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳