Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFreePort ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) Bind ¶
func (m *Manager) Bind(entry ServeEntry) error
func (*Manager) Endpoints ¶
func (m *Manager) Endpoints() StaticEndpoints
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func NewNode ¶
func NewNode(settings NodeSettings) (*Node, error)
type NodeSettings ¶
type ServeEntries ¶
type ServeEntries []ServeEntry
func ParseServeEntries ¶
func ParseServeEntries(bindings []string) (ServeEntries, error)
type ServeEntry ¶
func ParseServeEntry ¶
func ParseServeEntry(binding string) (ServeEntry, error)
type Settings ¶
func ResolveSettings ¶
type StaticEndpoints ¶
Click to show internal directories.
Click to hide internal directories.