Documentation
¶
Index ¶
- Constants
- Variables
- func GetNetworkContainerVersion(networkContainerID, getNetworkContainerVersionURL string) (*http.Response, error)
- func JoinNetwork(networkID string, joinNetworkURL string) (*http.Response, error)
- func PublishNetworkContainer(networkContainerID string, createNetworkContainerURL string, ...) (*http.Response, error)
- func UnpublishNetworkContainer(networkContainerID string, deleteNetworkContainerURL string) (*http.Response, error)
- type NMANetworkContainerResponse
Constants ¶
View Source
const (
GetNetworkContainerVersionURLFmt = "" /* 142-byte string literal not displayed */
)
Variables ¶
View Source
var WireserverIP = "168.63.129.16"
Functions ¶
func GetNetworkContainerVersion ¶ added in v1.1.6
func GetNetworkContainerVersion( networkContainerID, getNetworkContainerVersionURL string) (*http.Response, error)
GetNetworkContainerVersion :- Retrieves NC version from NMAgent
func JoinNetwork ¶
JoinNetwork joins the given network
Types ¶
type NMANetworkContainerResponse ¶ added in v1.1.6
type NMANetworkContainerResponse struct { ResponseCode string `json:"httpStatusCode"` NetworkContainerID string `json:"networkContainerId"` Version string `json:"version"` }
NMANetworkContainerResponse - NMAgent response.
Click to show internal directories.
Click to hide internal directories.