Documentation ¶
Index ¶
- type Backend
- func (b *Backend) ResetAll()
- func (b *Backend) ResetVersion()
- func (b *Backend) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (b *Backend) ServerURL() string
- func (b *Backend) SetFakeBOSHServer(url string)
- func (b *Backend) SetFastFail(fastFail bool)
- func (b *Backend) SetHandler(f func(w http.ResponseWriter, r *http.Request))
- func (b *Backend) SetOutputJsonReturnError(errorOut bool)
- func (b *Backend) SetVersion(version string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend() *Backend
func (*Backend) ResetVersion ¶
func (b *Backend) ResetVersion()
func (*Backend) SetFakeBOSHServer ¶
func (*Backend) SetFastFail ¶
func (*Backend) SetHandler ¶
func (b *Backend) SetHandler(f func(w http.ResponseWriter, r *http.Request))
func (*Backend) SetOutputJsonReturnError ¶
func (*Backend) SetVersion ¶
Click to show internal directories.
Click to hide internal directories.