10 lines
107 B
Go
10 lines
107 B
Go
|
package proto
|
||
|
|
||
|
const Version = "1"
|
||
|
|
||
|
type Request struct {
|
||
|
Version string
|
||
|
Type string
|
||
|
HostsResponse
|
||
|
}
|