Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionState ¶ added in v0.0.3
type ConnectionState interface {
Done() <-chan struct{}
}
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func NewRegistry(connection ConnectionState) *Registry
Click to show internal directories.
Click to hide internal directories.