Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRemoteType ¶
func GetRemoteType(URL string) (pool.ConfigType, error)
func LoadAzureConfig ¶
func LoadAzureConfig(URL string, connectionString string) (*pool.ConnectionConfig, error)
Types ¶
type DVCConfigParser ¶
type DVCConfigParser struct {
// contains filtered or unexported fields
}
func NewDVCConfig ¶
func NewDVCConfig(content io.Reader, others ...interface{}) (*DVCConfigParser, error)
func (DVCConfigParser) GetRemote ¶
func (config DVCConfigParser) GetRemote(remote string) (*ini.Section, error)
func (DVCConfigParser) GetRemoteType ¶
func (config DVCConfigParser) GetRemoteType(remote string) (pool.ConfigType, error)
func (DVCConfigParser) ListRemotes ¶
func (config DVCConfigParser) ListRemotes() []string
Click to show internal directories.
Click to hide internal directories.