Documentation
¶
Index ¶
- func FunctionName(i interface{}) string
- func Start(base, proxy_path string)
- func TestBackendStatusUpdate(t *BackrunnerTest) error
- func TestResult(err error) string
- type BStat
- type BackrunnerTest
- func (t *BackrunnerTest) ACLInit() error
- func (t *BackrunnerTest) NewCheckRequest(method, handler, user, token string, status int) *CheckRequest
- func (t *BackrunnerTest) NewEmptyRequest(method, handler, user, token, bucket, key string) *http.Request
- func (t *BackrunnerTest) NewRequest(method, handler, user, token, bucket, key string, body io.Reader) *http.Request
- func (bt *BackrunnerTest) StartEllipticsClientProxy(proxy_path string)
- func (bt *BackrunnerTest) StartEllipticsServer()
- type CheckRequest
- type GroupStat
- type Stat
- type StatAB
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FunctionName ¶
func FunctionName(i interface{}) string
func TestBackendStatusUpdate ¶
func TestBackendStatusUpdate(t *BackrunnerTest) error
func TestResult ¶
Types ¶
type BackrunnerTest ¶
type BackrunnerTest struct {
// contains filtered or unexported fields
}
func (*BackrunnerTest) ACLInit ¶
func (t *BackrunnerTest) ACLInit() error
func (*BackrunnerTest) NewCheckRequest ¶
func (t *BackrunnerTest) NewCheckRequest(method, handler, user, token string, status int) *CheckRequest
func (*BackrunnerTest) NewEmptyRequest ¶
func (t *BackrunnerTest) NewEmptyRequest(method, handler, user, token, bucket, key string) *http.Request
func (*BackrunnerTest) NewRequest ¶
func (*BackrunnerTest) StartEllipticsClientProxy ¶
func (bt *BackrunnerTest) StartEllipticsClientProxy(proxy_path string)
func (*BackrunnerTest) StartEllipticsServer ¶
func (bt *BackrunnerTest) StartEllipticsServer()
type CheckRequest ¶
type CheckRequest struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.