mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-27 05:08:11 +08:00
refactoring for ee
This commit is contained in:
20
main_ee.go
20
main_ee.go
@@ -5,26 +5,8 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/gravitl/netmaker/ee"
|
||||
"github.com/gravitl/netmaker/models"
|
||||
)
|
||||
|
||||
func init() {
|
||||
ee.SetIsEnterprise()
|
||||
models.SetLogo(retrieveEELogo())
|
||||
}
|
||||
|
||||
func retrieveEELogo() string {
|
||||
return `
|
||||
__ __ ______ ______ __ __ ______ __ __ ______ ______
|
||||
/\ "-.\ \ /\ ___\ /\__ _\ /\ "-./ \ /\ __ \ /\ \/ / /\ ___\ /\ == \
|
||||
\ \ \-. \ \ \ __\ \/_/\ \/ \ \ \-./\ \ \ \ __ \ \ \ _"-. \ \ __\ \ \ __<
|
||||
\ \_\\"\_\ \ \_____\ \ \_\ \ \_\ \ \_\ \ \_\ \_\ \ \_\ \_\ \ \_____\ \ \_\ \_\
|
||||
\/_/ \/_/ \/_____/ \/_/ \/_/ \/_/ \/_/\/_/ \/_/\/_/ \/_____/ \/_/ /_/
|
||||
|
||||
___ ___ ____
|
||||
____ ____ ____ / _ \ / _ \ / __ \ ____ ____ ____
|
||||
/___/ /___/ /___/ / ___/ / , _// /_/ / /___/ /___/ /___/
|
||||
/___/ /___/ /___/ /_/ /_/|_| \____/ /___/ /___/ /___/
|
||||
|
||||
`
|
||||
ee.InitEE()
|
||||
}
|
||||
|
Reference in New Issue
Block a user