Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Username string Password string PrivateKey string PrivateKeyFile string InsecureIgnoreHostKey bool InsecureSkipTLSVerify bool }
func (*Config) Client ¶
func (c *Config) Client() (interface{}, diag.Diagnostics)
type Meta ¶
type Meta struct {
Auth transport.AuthMethod
}
type RepoParams ¶
type RepoParams struct { URL string Path string Ref plumbing.ReferenceName Auth transport.AuthMethod }
Click to show internal directories.
Click to hide internal directories.