service/apollostruct/platform.go

9 lines
167 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package apollostruct
import "service/dbstruct"
type PlatformCfg struct {
Name string `json:"name"`
Icon *dbstruct.MediaComponent `json:"icon"`
}