GetDirReadWriteBucket gets the dir bucket.
( ctx context.Context, container app.EnvStdinContainer, dirRef DirRef, options ...GetReadWriteBucketOption, )
| 366 | type DirReader interface { |
| 367 | // GetDirReadWriteBucket gets the dir bucket. |
| 368 | GetDirReadWriteBucket( |
| 369 | ctx context.Context, |
| 370 | container app.EnvStdinContainer, |
| 371 | dirRef DirRef, |
no outgoing calls
no test coverage detected