package
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Mar 6, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Mock struct {
Calls []Call
}
type RawCall struct {
Verb string `json:"verb"`
URL string `json:"endpoint"`
Data any `json:"data"`
Error RawError `json:"error"`
Response RawResponse `json:"response"`
}
type RawError struct {
StatusCode int `json:"status_code"`
}
type RawResponse struct {
StatusCode int `json:"status_code"`
Body any `json:"body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.