Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlClient ¶
type RunRegistry ¶
type RunRegistry struct {
// contains filtered or unexported fields
}
func NewRunRegistry ¶
func NewRunRegistry() *RunRegistry
func (*RunRegistry) All ¶
func (r *RunRegistry) All() []*RunInfo
func (*RunRegistry) Lookup ¶
func (r *RunRegistry) Lookup(key string) *RunInfo
func (*RunRegistry) Remove ¶
func (r *RunRegistry) Remove(runID string) *RunInfo
func (*RunRegistry) Store ¶
func (r *RunRegistry) Store(info *RunInfo) error
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HTTPHandler ¶
func (*Server) RegisteredToolNames ¶
Click to show internal directories.
Click to hide internal directories.