Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Adapter ¶ added in v0.3.0
type Adapter interface {
Name() string
Install() InstallRecord
Snippet(slug, taskID string) string
}
type InstallRecord ¶ added in v0.3.0
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
type StaticAdapter ¶ added in v0.3.0
type StaticAdapter struct {
Host string
}
func (StaticAdapter) Install ¶ added in v0.3.0
func (a StaticAdapter) Install() InstallRecord
func (StaticAdapter) Name ¶ added in v0.3.0
func (a StaticAdapter) Name() string
func (StaticAdapter) Snippet ¶ added in v0.3.0
func (a StaticAdapter) Snippet(slug, taskID string) string
Click to show internal directories.
Click to hide internal directories.