Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServerFactory ¶
type HTTPServerFactory struct {
// contains filtered or unexported fields
}
func New ¶
func New(osLayer OSLayer) *HTTPServerFactory
func (*HTTPServerFactory) NewServerOverUDS ¶
func (f *HTTPServerFactory) NewServerOverUDS(handlers map[string]http.HandlerFunc) (HttpServer, error)
type HttpServer ¶
Click to show internal directories.
Click to hide internal directories.