ErrorResponse is a formatted error message that libnetwork can understand
| 176 | |
| 177 | // ErrorResponse is a formatted error message that libnetwork can understand |
| 178 | type ErrorResponse struct { |
| 179 | Err string |
| 180 | } |
| 181 | |
| 182 | // DiscoveryNotification is sent by the daemon when a new discovery event occurs |
| 183 | type DiscoveryNotification struct { |
nothing calls this directly
no outgoing calls
no test coverage detected