go-gluon-publisher/types.go
Stefan 8d77819f57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Added target version
2023-06-02 19:04:31 +02:00

16 lines
261 B
Go

package main
type Files struct {
Model string
Release string
Checksum string
Size int64
Name string
}
type Versions struct {
Stable string `json:"stable"`
Beta string `json:"beta"`
Experimental string `json:"experimental"`
}