 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkCreateRequest ¶
type NetworkCreateRequest struct {
	ID string
	types.NetworkCreateRequest
}
    NetworkCreateRequest is a request when creating a network.
type NetworkCreateResponse ¶
type NetworkCreateResponse struct {
	ID string `json:"Id"`
}
    NetworkCreateResponse is a response when creating a network.
type PortConfig ¶
PortConfig represents a port configuration.
type ServiceConfig ¶
type ServiceConfig struct {
	ID               string
	Name             string
	Aliases          map[string][]string
	VirtualAddresses map[string]*VirtualAddress
	ExposedPorts     []*PortConfig
}
    ServiceConfig represents a service configuration.
type VirtualAddress ¶
VirtualAddress represents a virtual address.
 Click to show internal directories. 
   Click to hide internal directories.