Files
woogo/entity/meta.go
scheibling 30fb57f4f7 Created
2025-04-08 19:24:11 +02:00

8 lines
119 B
Go

package entity
type Meta struct {
ID int `json:"id"`
Key string `json:"key"`
Value string `json:"value"`
}