Files
netmaker/turnserver/internal/models/models.go

7 lines
128 B
Go

package models
type HostRegister struct {
HostID string `json:"host_id"`
HostPassHash string `json:"host_pass_hash"`
}