()
| 175 | } |
| 176 | |
| 177 | func (c Bootstrap) localhostRealmAPID() (string, error) { |
| 178 | return "localhost", nil |
| 179 | } |
| 180 | |
| 181 | func (c Bootstrap) createDiagnosticService(ctx context.Context, drv *ui.Driver, orgAPID, diagPort string) (*api.Service, error) { |
| 182 | serviceName, err := c.diagnosticServiceName(ctx, drv, "hi-"+orgAPID) |