(ctx context.Context, clusterId string, client IClientDriver)
| 23 | |
| 24 | type InitHandler interface { |
| 25 | Init(ctx context.Context, clusterId string, client IClientDriver) error |
| 26 | } |
| 27 | |
| 28 | func InitGateway(ctx context.Context, clusterId string, client IClientDriver) (err error) { |
no outgoing calls
no test coverage detected