Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoServer ¶
type RepoServer interface { Serve() Stop() Port() string }
func NewRepoServer ¶
func NewRepoServer(port int, addr string, handles ServerHandles) RepoServer
type ServerHandles ¶
type ServerHandles interface {
ListPlugins(w http.ResponseWriter, r *http.Request)
}
func NewServerHandles ¶
func NewServerHandles(yamlParser parser.YamlParser, logger io.Writer) ServerHandles
Click to show internal directories.
Click to hide internal directories.