base
This commit is contained in:
@@ -4,7 +4,7 @@ type PortProtocol string
|
||||
|
||||
const (
|
||||
TCP PortProtocol = "TCP"
|
||||
UDP = "UDP"
|
||||
UDP PortProtocol = "UDP"
|
||||
)
|
||||
|
||||
type Port struct {
|
||||
@@ -14,6 +14,7 @@ type Port struct {
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
Id string
|
||||
Registry string
|
||||
Tag string
|
||||
}
|
||||
|
Reference in New Issue
Block a user