package
Version:
v1.3.0-rc.0...-d217119
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Data DataInData `json:"data"`
}
type DataInData struct {
Main int `json:"main"`
Desc string `json:"desc,omitempty"`
}
type PodsTotal struct {
Type string `json:"type,omitempty"`
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.