mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update go mod (#334)
This commit is contained in:
@@ -26,7 +26,7 @@ type GoogleFunction struct {
|
||||
// eg. https://us-central1-m3o-apis.cloudfunctions.net/
|
||||
address string
|
||||
// max functions deployed
|
||||
limit int
|
||||
limit int
|
||||
// function identity
|
||||
identity string
|
||||
}
|
||||
@@ -126,9 +126,9 @@ func NewFunction() *GoogleFunction {
|
||||
}
|
||||
log.Info(string(outp))
|
||||
return &GoogleFunction{
|
||||
project: project,
|
||||
address: address,
|
||||
limit: limit,
|
||||
project: project,
|
||||
address: address,
|
||||
limit: limit,
|
||||
identity: identity,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user