Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Gitlab contains the configuration for the gitlab interactor Gitlab gitlab.Config `yaml:"gitlab" mapstructure:"gitlab"` }
Config contains the configuration for the remote interactor
type Type ¶
type Type string
const (
Gitlab Type = "gitlab"
)
func (Type) Interactor ¶
func (t Type) Interactor(cfg *Config) remote.Interactor
Click to show internal directories.
Click to hide internal directories.