mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add provider functions to provider.Interface with GRPC implementation (#1437)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -147,6 +147,10 @@ func (s simple) ReadDataSource(req providers.ReadDataSourceRequest) (resp provid
|
||||
return resp
|
||||
}
|
||||
|
||||
func (s simple) CallFunction(r providers.CallFunctionRequest) providers.CallFunctionResponse {
|
||||
panic("Not Implemented")
|
||||
}
|
||||
|
||||
func (s simple) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user