(ctx context.Context, clusterId string, clientDriver gateway.IClientDriver)
| 321 | } |
| 322 | |
| 323 | func (i *imlAPIKeyModule) initGateway(ctx context.Context, clusterId string, clientDriver gateway.IClientDriver) error { |
| 324 | return i.online(ctx, clientDriver) |
| 325 | } |