Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func NewDispatcher ¶
func NewDispatcher(pictures picture.Pictures) *Dispatcher
func (*Dispatcher) Dispatch ¶
func (d *Dispatcher) Dispatch(host, path string) (<-chan *Response, error)
func (*Dispatcher) Start ¶
func (d *Dispatcher) Start(ql, cl int) error
Click to show internal directories.
Click to hide internal directories.