RunBundle executes a specified data bundle for a given tenant. Returns an encoded snapshot token representing the state of the database after running the bundle and any error encountered.
(ctx context.Context, tenantID string, arguments map[string]string, bundle *base.DataBundle)
| 85 | // RunBundle executes a specified data bundle for a given tenant. |
| 86 | // Returns an encoded snapshot token representing the state of the database after running the bundle and any error encountered. |
| 87 | RunBundle(ctx context.Context, tenantID string, arguments map[string]string, bundle *base.DataBundle) (token token.EncodedSnapToken, err error) |
| 88 | } |
| 89 | |
| 90 | type NoopDataWriter struct{} |
no outgoing calls
no test coverage detected