profiledata

package
v0.23.1 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrProfileDataNotFound = errors.New("profile data not found")
)

Functions

func IsProfileDataNotFound

func IsProfileDataNotFound(err error) bool

Types

type ProfileData

type ProfileData struct {
	EnvVars map[string]string `json:"envVars"`

} // @name ProfileData

type Store

type Store interface {
	Get() (*ProfileData, error)
	Save(profileData *ProfileData) error
	Delete() error
}

Jump to

Keyboard shortcuts

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