diff --git a/controllers/admiralty.go b/controllers/admiralty.go index a1149a0..fa67144 100644 --- a/controllers/admiralty.go +++ b/controllers/admiralty.go @@ -62,6 +62,9 @@ type KubeconfigToken struct { } `yaml:"users"` } + beego "github.com/beego/beego/v2/server/web" +) + // Operations about the admiralty objects of the datacenter type AdmiraltyController struct { beego.Controller @@ -521,4 +524,3 @@ func NewHostKubeWithToken(token string) (*models.KubeConfigValue, error){ } return &hostKube, nil -} \ No newline at end of file