musique/server/proto/basic.go

11 lines
124 B
Go
Raw Normal View History

package proto
const Version = "1"
type Request struct {
Version string
Type string
HostsResponse
2022-12-16 16:34:52 +01:00
StartTime int64
}