package
Version:
v0.0.0-...-c8fb33f
Opens a new window with list of versions in this module.
Published: Sep 1, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type CloneRequest struct {
SshAuth SshAuth `json:"sshAuth"`
HttpAuth HttpAuth `json:"httpAuth"`
Branch string `json:"branch"`
NoCheckout bool `json:"noCheckout"`
UseSsh bool `json:"useSsh"`
UseHttp bool `json:"useHttp"`
}
CloneRequest is the structure to
use when calling dahu-git for cloning
a repository
type HttpAuth struct {
Url string `json:"url"`
User string `json:"user"`
Password string `json:"password"`
}
HttpAuth contains all informations
concerning the http authentication and connection
type SshAuth struct {
Url string `json:"url"`
Key string `json:"key"`
KeyPassword string `json:"keyPassword"`
}
SshAuth contains all informations
concerning the ssh authentication and connection
Source Files
¶
Click to show internal directories.
Click to hide internal directories.