package
Version:
v0.46.1
Opens a new window with list of versions in this module.
Published: Jul 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Object struct {
ID string `json:"id"`
Data map[string]interface{} `json:"data"`
}
type ObjectList struct {
Items []Object `json:"items"`
}
type Type struct {
Name string `json:"name"`
Solution string `json:"solution"`
}
type TypeList struct {
Items []Type `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.