Documentation
¶
Overview ¶
Package mockgetter defines a getter.Interface that returns mock results for use in tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dummy ¶
type Dummy struct { Body string // Contents of the body as a string Code int // Response code Latency time.Duration // Time to wait before returning Err error // Error to return }
Dummy contains information about the result
Click to show internal directories.
Click to hide internal directories.