Skip to content

Conversation

gertd
Copy link
Member

@gertd gertd commented Apr 11, 2025

Update the ServiceTypes interface, remove Cleanups, add Close()

package builder

type ServiceTypes interface {
	AvailableServices() []string
	GetGRPCRegistrations(services ...string) GRPCRegistrations
	GetGatewayRegistration(port string, services ...string) HandlerRegistrations
	Close()
}

and the resulting changes need to make this change.

@coveralls
Copy link

coveralls commented Apr 11, 2025

Pull Request Test Coverage Report for Build 14403022659

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 14395480212: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@gertd gertd changed the base branch from resolver-update to main April 11, 2025 12:20
@gertd gertd requested review from carabasdaniel and ronenh and removed request for carabasdaniel April 11, 2025 12:37
@carabasdaniel carabasdaniel merged commit 9c3d994 into main Apr 11, 2025
5 checks passed
@carabasdaniel carabasdaniel deleted the resolver-update-2 branch April 11, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants