Skip to content

Commit

Permalink
api: move serviceregistration client to servics to match CLI.
Browse files Browse the repository at this point in the history
The service registration client name was used to provide a
distinction between the service block and the service client. This
however creates new wording to understand and does not match the
CLI, therefore this change fixes that so we have a Services
client.

Consul specific objects within the service file have been moved to
the consul location to create a clearer separation.
  • Loading branch information
jrasell committed Mar 24, 2022
1 parent e89dd5d commit 2ac318b
Show file tree
Hide file tree
Showing 10 changed files with 1,153 additions and 1,157 deletions.
557 changes: 557 additions & 0 deletions api/consul.go

Large diffs are not rendered by default.

453 changes: 453 additions & 0 deletions api/consul_test.go

Large diffs are not rendered by default.

129 changes: 0 additions & 129 deletions api/service_registrations.go

This file was deleted.

17 changes: 0 additions & 17 deletions api/service_registrations_test.go

This file was deleted.

Loading

0 comments on commit 2ac318b

Please sign in to comment.