Documentation ¶
Index ¶
- type Backend
- func (b *Backend) GetInterpolateArgs(index int) string
- func (b *Backend) ResetAll()
- func (b *Backend) ResetInterpolateArgs()
- func (b *Backend) ResetVersion()
- func (b *Backend) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (b *Backend) ServerURL() string
- func (b *Backend) SetCallRealInterpolate(callRealInterpolate bool)
- func (b *Backend) SetCreateEnvFastFail(fastFail bool)
- func (b *Backend) SetDeleteEnvFastFail(fastFail bool)
- func (b *Backend) SetHandler(f func(w http.ResponseWriter, r *http.Request))
- func (b *Backend) SetPath(path string)
- 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) GetInterpolateArgs ¶
func (*Backend) ResetInterpolateArgs ¶
func (b *Backend) ResetInterpolateArgs()
func (*Backend) ResetVersion ¶
func (b *Backend) ResetVersion()
func (*Backend) SetCallRealInterpolate ¶
func (*Backend) SetCreateEnvFastFail ¶
func (*Backend) SetDeleteEnvFastFail ¶
func (*Backend) SetHandler ¶
func (b *Backend) SetHandler(f func(w http.ResponseWriter, r *http.Request))
func (*Backend) SetVersion ¶
Click to show internal directories.
Click to hide internal directories.