Read retrieves a data bundle based on tenant ID and name.
(ctx context.Context, tenantID, name string)
| 171 | type BundleReader interface { |
| 172 | // Read retrieves a data bundle based on tenant ID and name. |
| 173 | Read(ctx context.Context, tenantID, name string) (bundle *base.DataBundle, err error) |
| 174 | } |
| 175 | |
| 176 | type NoopBundleReader struct{} |
no outgoing calls
no test coverage detected