musique/server/proto/basic.go

10 lines
107 B
Go
Raw Normal View History

package proto
const Version = "1"
type Request struct {
Version string
Type string
HostsResponse
}