Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPortRestrictedForManualConfig ¶
IsPortRestrictedForManualConfig
This function is used to check if a port is restricted or not for application. There are some ports that are restricted. because those port are pre-occupied by Swarm services or other required services. So, binding to those ports will cause errors. That's why we need to restrict those ports before apply the config.
Types ¶
type AddProxyResponse ¶
type ExistProxyResponse ¶
type ExistProxyResponse struct {
Exist bool `json:"exist"`
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
type RemoveProxyResponse ¶
Click to show internal directories.
Click to hide internal directories.