Documentation ¶ Index ¶ Variables func NewMultiWithConfig(conf *Config) (http.Handler, error) type Config type Multi func NewMulti(multi []http.Handler) *Multi func (m *Multi) ServeHTTP(rw http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNotHandler = fmt.Errorf("not handler") ) Functions ¶ func NewMultiWithConfig ¶ func NewMultiWithConfig(conf *Config) (http.Handler, error) Types ¶ type Config ¶ type Config struct { Multi []http.Handler } type Multi ¶ type Multi struct { // contains filtered or unexported fields } func NewMulti ¶ func NewMulti(multi []http.Handler) *Multi func (*Multi) ServeHTTP ¶ func (m *Multi) ServeHTTP(rw http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files init.go multi.go Click to show internal directories. Click to hide internal directories.