mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 03:23:34 +00:00
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:
co-authored by
Pasha Sviderski
parent
03ff4cd51d
commit
c95136eae6
+3
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user