Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkConfig ¶
type NetworkConfig struct {
Id string
Name string
Options *network.CreateOptions
}
func NewConfig ¶
func NewConfig(name string) *NetworkConfig
func (*NetworkConfig) SetOptions ¶
func (n *NetworkConfig) SetOptions(setNOFns ...networkoptions.SetNetworkOptions)
func (*NetworkConfig) String ¶
func (n *NetworkConfig) String() string
Click to show internal directories.
Click to hide internal directories.