teldrive/pkg/schemas/common.go

6 lines
74 B
Go
Raw Normal View History

2023-12-03 03:47:23 +08:00
package schemas
type Message struct {
Message string `json:"message"`
}