1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Post to Packet phone home URL on first boot

This commit is contained in:
Josh Curl
2016-10-04 13:23:47 -07:00
parent f56501251e
commit 2f2be31d8d
3 changed files with 12 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ const (
)
type Metadata struct {
PhoneHomeURL string `json:"phone_home_url"`
ApiUrl string `json:"api_url"`
Id string `json:"id"`
Hostname string `json:"hostname"`