MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / StaticRoute

Struct StaticRoute

network/api.go:156–160  ·  view source on GitHub ↗

StaticRoute contains static route information

Source from the content-addressed store, hash-verified

154
155// StaticRoute contains static route information
156type StaticRoute struct {
157 Destination string
158 RouteType int
159 NextHop string
160}
161
162// JoinResponse is sent in response to a JoinRequest
163type JoinResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected