维护操作
(ctx context.Context, id string)
| 216 | |
| 217 | // 维护操作 |
| 218 | Validate(ctx context.Context, id string) (bool, []string, error) |
| 219 | Refresh(ctx context.Context, id string) error |
| 220 | Compress(ctx context.Context, namespace string) error |
| 221 |
no outgoing calls