fix function env var

This commit is contained in:
Asim Aslam
2021-12-10 15:59:45 +00:00
parent dc0145d7ee
commit 52a11c0872

View File

@@ -28,12 +28,6 @@ type Function struct {
limit int
}
type Func struct {
Name string `json:"name"`
Tenant string `json:"tenant"`
Project string `json:"project"`
}
func NewFunction() *Function {
v, err := config.Get("function.service_account_json")
if err != nil {