mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 04:29:15 +01:00
fix(instance-metadata): make Host not optional in JSON
This commit is contained in:
parent
290dadcbe7
commit
03e01548dc
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ type InstanceMetadata struct {
|
|||
Description *string `json:"description,omitempty"`
|
||||
|
||||
// Host is the hostname of the instance, including the port
|
||||
Host string `json:"host,omitempty"`
|
||||
Host string `json:"host"`
|
||||
|
||||
// PublicKey is the public key of the instance
|
||||
PublicKey InstancePublicKey `json:"public_key"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue