Files
woogo/entity/meta.go

8 lines
119 B
Go
Raw Normal View History

2025-04-08 19:24:11 +02:00
package entity
type Meta struct {
ID int `json:"id"`
Key string `json:"key"`
Value string `json:"value"`
}