package
0.0.0-20241112202156-b8d72a6f5e90
Repository: https://github.com/convox/rack.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AssertStatus fails a test if the response status doesn't match the expected status.
No description provided by the author
No description provided by the author
No description provided by the author
returns the stack you asked for.
returns convox stack.
no filter - returns convox stack and an app.
search for stack, return missing.
No description provided by the author
HTTPBody reads the HTTP response body as a string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewHandlerFunc returns a new HandlerFuncTest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create a test server that mocks an Docker request/response cycle,
suitable for a single test
Example:
s := StubDocker(ListContainersCycle())
defer s.Close()
d, _ := Docker(test.TestConfig.DockerHost)
d.ListContainers(...)
*/.
# Variables
No description provided by the author
# Structs
No description provided by the author
HandlerFuncTest is a helper for running tests on http.HandlerFunc.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
ErrorNotFound means the requested item was not found.