package
Version:
v0.0.0-...-55abd51
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Attributes struct {
UpdatedBy int64 `json:"updated_by"`
Content string `json:"content"`
}
type Content struct {
Data Data `json:"data"`
}
type Data struct {
Type string `json:"type"`
ID int64 `json:"id"`
Attributes Attributes `json:"attributes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.