Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestServer ¶ added in v1.8.12
type TestServer interface {
ServeHTTP(http.ResponseWriter, *http.Request)
}
type TestSwarmServer ¶
type TestSwarmServer struct { *httptest.Server Hasher storage.SwarmHash FileStore *storage.FileStore // contains filtered or unexported fields }
func NewTestSwarmServer ¶
func NewTestSwarmServer(t *testing.T, serverFunc func(*api.API) TestServer) *TestSwarmServer
func (*TestSwarmServer) Close ¶
func (t *TestSwarmServer) Close()
func (*TestSwarmServer) GetCurrentTime ¶ added in v1.8.13
func (t *TestSwarmServer) GetCurrentTime() mru.Timestamp
Click to show internal directories.
Click to hide internal directories.