Split ServicePort/Endpoint from ServiceChangeTracker/EndpointsChangeTracker

Move the ServicePort/BaseServicePortInfo types to serviceport.go.
Move the Endpoint/BaseEndpointInfo types to endpoint.go.

To avoid confusion with the new filenames, rename service.go to
servicechangetracker.go and endpoints.go to endpointschangetracker.go.

(No code changes; this just moves some code from types.go and
services.go to serviceport.go, and some code from types.go and
endpoints.go to endpoint.go.)
This commit is contained in:
Dan Winship
2023-11-15 11:33:24 -05:00
parent ede0dc1d07
commit a73b275031
7 changed files with 430 additions and 389 deletions

File diff suppressed because it is too large Load Diff