mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 05:02:05 +00:00
fix: address gateway review findings
This commit is contained in:
parent
59d3290bb9
commit
500354cd9b
14 changed files with 441 additions and 66 deletions
|
|
@ -16,5 +16,6 @@ const (
|
|||
type MachinePort struct {
|
||||
Name MachinePortName `json:"name"`
|
||||
Port uint16 `json:"port"`
|
||||
HostPort uint16 `json:"host_port,omitempty"`
|
||||
Protocol PortProtocol `json:"protocol"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue