package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Jan 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ResponseFailure struct {
Cause string `json:"cause"`
}
type ResponseSuccess struct {
Field1 string `json:"field-1"`
}
type Test struct {
ID string `json:"id" example:"id-1"`
Field1 int `json:"field-1" example:"1"`
Field2 string `json:"field-2" example:"value-2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.