(ctx context.Context)
| 61 | // Operator is an Dapr Kubernetes Operator for managing components and sidecar lifecycle. |
| 62 | type Operator interface { |
| 63 | Start(ctx context.Context) error |
| 64 | } |
| 65 | |
| 66 | // Options contains the options for `NewOperator`. |
no outgoing calls
no test coverage detected