Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Err error Reg *Registration }
Error is passed down the plugins error chan
type Plugins ¶
type Plugins struct { Errchan chan Error // contains filtered or unexported fields }
Plugins represents an initialized plugin system
func Start ¶
func Start(cfg Config, srv v1.WerftServiceServer, uisrv v1.WerftUIServer) (*Plugins, error)
Start starts all configured plugins
func (*Plugins) AuthProvider ¶ added in v0.3.0
func (p *Plugins) AuthProvider() auth.AuthenticationProvider
func (*Plugins) RepositoryProvider ¶ added in v0.1.1
func (p *Plugins) RepositoryProvider() werft.RepositoryProvider
RepositoryProvider provides access to all repo providers contributed via plugins
Click to show internal directories.
Click to hide internal directories.