Merge branch 'master' of https://github.com/dpogorzelski/speedrun
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
|||||||
type Instance struct {
|
type Instance struct {
|
||||||
PublicAddress string
|
PublicAddress string
|
||||||
PrivateAddress string
|
PrivateAddress string
|
||||||
Name string
|
Name string `expr:"name"`
|
||||||
Labels map[string]string
|
Labels map[string]string `expr:"labels"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (i Instance) GetAddress(private bool) string {
|
func (i Instance) GetAddress(private bool) string {
|
||||||
|
|||||||
Reference in New Issue
Block a user