mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
Update passagedata.go
This commit is contained in:
parent
0c351725a8
commit
81d94891b0
1 changed files with 4 additions and 3 deletions
|
@ -11,9 +11,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type passageJSON struct {
|
type passageJSON struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Tags []string `json:"tags,omitempty"`
|
Tags []string `json:"tags,omitempty"`
|
||||||
Text string `json:"text"`
|
Metadata passageMetadataJSON `json:"metadata,omitempty"`
|
||||||
|
Text string `json:"text"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type passageMetadataJSON struct {
|
type passageMetadataJSON struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue