BREAKING CHANGE: resolve gRPC API proxy targets (machines) on server instead of client, needs upgrade to v0.20 (#247)

Co-authored-by: Pasha Sviderski <me@psviderski.name>
This commit is contained in:
Justin Bradford
2026-05-19 15:22:50 +10:00
committed by GitHub
co-authored by Pasha Sviderski
parent 03ff4cd51d
commit c95136eae6
29 changed files with 914 additions and 741 deletions
+3 -2
View File
@@ -515,8 +515,9 @@ type Service struct {
}
type MachineServiceContainer struct {
MachineID string
Container ServiceContainer
MachineID string
MachineName string
Container ServiceContainer
}
// FindContainer returns the service container by exact name, ID, or unique ID prefix.