package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 25, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Datastore interface {
RetrieveValue() string
}
type MyRequestBodyModel struct {
MyString string `json:"my_string"`
MyInt int `json:"my_int"`
ShouldFail bool `json:"fail"`
}
type MyResponseBodyModel struct {
MyString string `json:"output_string"`
MyInt int `json:"output_int"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.