profile

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultProfile = "default"
)

Variables

View Source
var ProfileManagerKey = Key{}

Global instance of the ProfileManagerKey type

Functions

This section is empty.

Types

type Key

type Key struct{}

Empty type to represent the _type_ Manager. Genesis is to support a key in a Context

type Manager

type Manager interface {
	GetProfiles() []string
	GetProfile(name string) (map[string]any, error)
	CreateProfile(name string) error
	DeleteProfile(name string) error
}

func NewManager

func NewManager(config *viper.Viper) Manager

Jump to

Keyboard shortcuts

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