config

package
v0.0.0-...-648c8e3 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	GetProfileNames() ([]string, error)
	GetSyncListFromProfile(profile string) ([]string, error)
	AddSync(profile, path, bucketname, bucketregion string) error
	RemoveSync(profile, path string) error
	Write() error
	Set(keys []string, value string)
	GetConfigFilePath() string
	GetRegionFromProfile(profile string) (string, error)
	IsProfileExistInConfigFile(p string) bool
}

func NewConfig

func NewConfig() (Config, error)

Jump to

Keyboard shortcuts

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