diff --git a/controllers/admiralty.go b/controllers/admiralty.go index fa67144..674fe74 100644 --- a/controllers/admiralty.go +++ b/controllers/admiralty.go @@ -14,6 +14,7 @@ import ( jwt "github.com/golang-jwt/jwt/v5" "gopkg.in/yaml.v2" v1 "k8s.io/api/core/v1" + beego "github.com/beego/beego/v2/server/web" ) type KubeInfo struct { @@ -62,8 +63,7 @@ type KubeconfigToken struct { } `yaml:"users"` } - beego "github.com/beego/beego/v2/server/web" -) + // Operations about the admiralty objects of the datacenter type AdmiraltyController struct {