Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spec ¶
type Spec struct { rs.BaseField `yaml:"-"` // User for git ssh service, defaults to `git` User string `yaml:"user"` // Host of git ssh server e.g. gitlab.com Host string `yaml:"host"` // Port of ssh service, defaults to `22` Port int `yaml:"port"` // HostKey is the public key to verify remote host HostKey string `yaml:"host_key"` // authentication PrivateKey string `yaml:"private_key"` Password string `yaml:"password"` }
Click to show internal directories.
Click to hide internal directories.