GetSourceReadBucketCloser gets the source bucket.
( ctx context.Context, container app.EnvStdinContainer, sourceRef SourceRef, options ...GetReadBucketCloserOption, )
| 318 | type SourceReader interface { |
| 319 | // GetSourceReadBucketCloser gets the source bucket. |
| 320 | GetSourceReadBucketCloser( |
| 321 | ctx context.Context, |
| 322 | container app.EnvStdinContainer, |
| 323 | sourceRef SourceRef, |
no outgoing calls
no test coverage detected