package services import "eta/eta_mini_api/utils" func CheckEncryption() (ok bool) { if utils.RunMode == "release" { ok = true } return }