Add Close() to GCPStorage binding (#1111)
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
This commit is contained in:
parent
9bcf71d62a
commit
6400db8717
|
|
@ -99,3 +99,7 @@ func (g *GCPStorage) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeRespon
|
|||
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (g *GCPStorage) Close() error {
|
||||
return g.client.Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue