Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackendTest ¶ added in v0.0.9
func BackendTest(t *testing.T, setup func(options ...backend.BackendOption) TestBackend, teardown func(b TestBackend))
func EndToEndBackendTest ¶ added in v0.2.0
func EndToEndBackendTest(t *testing.T, setup func(options ...backend.BackendOption) TestBackend, teardown func(b TestBackend))
Types ¶
type CustomError ¶ added in v0.16.0
type CustomError struct {
// contains filtered or unexported fields
}
func (*CustomError) Error ¶ added in v0.16.0
func (e *CustomError) Error() string
Click to show internal directories.
Click to hide internal directories.