7 lines
86 B
Go
7 lines
86 B
Go
package models
|
|
|
|
type Story struct {
|
|
Chat Chat `json:"chat"`
|
|
ID int `json:"id"`
|
|
}
|