package
Version:
v0.2.58
Opens a new window with list of versions in this module.
Published: Jan 31, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InOut[T1 any, T2 any] struct {
Input T1
Output T2
}
type Sample struct {
F1 string `json:"f1"`
F2 int `json:"f2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.