add env vars to functions (#246)

This commit is contained in:
Asim Aslam
2021-10-26 16:18:04 +01:00
committed by GitHub
parent 5cb3a51ecb
commit 68af7f052a
5 changed files with 124 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ package function
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "github.com/golang/protobuf/ptypes/struct"
_ "google.golang.org/protobuf/types/known/structpb"
math "math"
)