From 52a11c0872837565d2d84a720d04dfa04b8bbcca Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 10 Dec 2021 15:59:45 +0000 Subject: [PATCH] fix function env var --- function/handler/function.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/function/handler/function.go b/function/handler/function.go index 4b123bb..aaf3bbb 100644 --- a/function/handler/function.go +++ b/function/handler/function.go @@ -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 {