conf

package
v0.0.0-...-cbd24a7 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var T = struct {
	DefaultProperty   string      `json:"default_property"`
	DisplayProperties []string    `json:"display_properties"`
	Schema            task.Schema `json:"schema"`
}{
	DefaultProperty:   "body",
	DisplayProperties: []string{"body", "priority"},
	Schema: task.Schema{
		"created_at": {Kind: task.PKindTime},
		"updated_at": {Kind: task.PKindTime},
		"body":       {Kind: task.PKindString},
		"priority":   {Kind: task.PKindNumber},
		"project":    {Kind: task.PKindString},
		"status":     {Kind: task.PKindString},
		"tags":       {Kind: task.PKindStrings},
	},
}

Functions

func ConfigPath

func ConfigPath() string

func DataPath

func DataPath() string

func Init

func Init(ctx *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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