Documentation
¶
Index ¶
- Constants
- func GetOrCreateRepoConfig(dir string, createIfMissing bool) (*viper.Viper, error)
- func GetRepoConfig(dir string) (*viper.Viper, error)
- func ReadRepoParams(working_dir string, key string) (value string, err error)
- func SetEmail(email string) error
- func SetHostServer(addr string) error
- func SetJwt(jwt string) error
- func WriteRepoParams(working_dir string, key string, value string) error
- type Config
- type Local
Constants ¶
View Source
const ( ConfigFilePerm = 0644 DefaultLocalStorage = "/var/tmp/hflow" )
View Source
const (
DefaultRepoParamsFileName = ".hflow_repo"
)
Variables ¶
This section is empty.
Functions ¶
func GetOrCreateRepoConfig ¶
func SetHostServer ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.