Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node interface {
Add(string, http.Handler) error
Get(string) (http.Handler, map[string]string, bool)
}
Node interface.
Click to show internal directories.
Click to hide internal directories.