1
0
Fork 0
hivemind/internal/types/host.go

7 lines
93 B
Go

package types
type HostState struct {
Domains []string
Address string
Hostname string
}