Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidSocket = errors.New("invalid socket type") ErrInvalidSCM = errors.New("invalid number of socket control messages") ErrInvalidFDs = errors.New("invalid number of file descriptors") )
Errors
View Source
var ( ErrNoSocket = errors.New("no sockets setup") ErrRunning = errors.New("already running") ErrNotRunning = errors.New("not running") ErrStopped = errors.New("stopped") )
Errors
Functions ¶
func Run ¶
func Run() error
Run starts the client and blocks until the client stops, returning the error if any
func Setup ¶
Setup will setup the client with the given http Server.
This is optional as it will use the http DefaultServer by default
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.