package
Version:
v0.0.0-...-50c92f1
Opens a new window with list of versions in this module.
Published: Oct 14, 2024
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 DataDetail struct {
Uuid string `json:"uuid"`
Name string `json:"name"`
Age int `json:"age"`
}
type DataFromKafka struct {
Status bool `json:"status"`
Message string `json:"message"`
Data []DataDetail `json:"data"`
}
type ParamsId struct {
ID string `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.