(id string)
| 984 | } |
| 985 | |
| 986 | func formatUserDetailsPath(id string) string { |
| 987 | if len(id) == 0 { |
| 988 | return "" |
| 989 | } |
| 990 | return fmt.Sprintf("users/%s", id) |
| 991 | } |
| 992 | |
| 993 | func (c *cli) databaseAndPasswordlessConnectionOptions(ctx context.Context) ([]string, error) { |
| 994 | connectionList, err := c.api.Connection.List( |