generated from VLADIMIR/template
add place name
This commit is contained in:
@@ -14,6 +14,7 @@ type Story struct {
|
||||
|
||||
type Place struct {
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
Text string `json:"text"`
|
||||
Applications []*Application `json:"applications"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user