package
Version:
v0.0.0-...-f1ebe90
Opens a new window with list of versions in this module.
Published: Sep 18, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const MockAPIKey = "11112222-3333-4444-aaaa-bbbbccccdddd"
MockAPIKey is used for tests.
Env is a mock api server.
NewEnv creates env for tests.
Close stops server and clean up files.
Req contains options to initial a HTTP request to mock server.
type Res struct {
Status int
RawContent string
IsJSON bool
Value interface{}
}
Res represents server HTTP response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.