add id
This commit is contained in:
parent
5c6be4b037
commit
3c0b56c433
2 changed files with 7 additions and 3 deletions
|
|
@ -1,10 +1,12 @@
|
|||
package components
|
||||
|
||||
type ContentList struct {
|
||||
ID string
|
||||
Items []ContentListItem
|
||||
}
|
||||
|
||||
type ContentListItem struct {
|
||||
ID string
|
||||
Text string
|
||||
Description string
|
||||
EndElement string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue