mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
7 lines
128 B
Go
7 lines
128 B
Go
package models
|
|
|
|
type HostRegister struct {
|
|
HostID string `json:"host_id"`
|
|
HostPassHash string `json:"host_pass_hash"`
|
|
}
|