mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
package machine
|
|
|
|
const (
|
|
// PublicIPNone is the value used to indicate removal of public IP
|
|
PublicIPNone = "none"
|
|
)
|