NetworkCreate will take a partial filled Network and fill the missing fields. It creates the Network and returns the full Network.
(Network)
| 10 | // NetworkCreate will take a partial filled Network and fill the |
| 11 | // missing fields. It creates the Network and returns the full Network. |
| 12 | NetworkCreate(Network) (Network, error) |
| 13 | // NetworkRemove will remove the Network with the given name or ID. |
| 14 | NetworkRemove(nameOrID string) error |
| 15 | // NetworkList will return all known Networks. Optionally you can |
no outgoing calls
no test coverage detected