types

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: Unlicense Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFile

type ConfigFile struct {
	KeySaveFileBasePath string            `yaml:"key_save_file_base_path"`
	DefaultRemote       string            `yaml:"default_remote"`
	Remotes             map[string]Remote `yaml:"remotes"`
}

type Key

type Key struct {
	Name    string `yaml:"name"`
	Code    string `yaml:"code"`
	KeyPath string `yaml:"key_path"`
}

type Remote

type Remote struct {
	Name string         `yaml:"name"`
	Keys map[string]Key `yaml:"keys"`
}

Jump to

Keyboard shortcuts

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