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

Method Join

network/api_test.go:92–94  ·  view source on GitHub ↗
(r *JoinRequest)

Source from the content-addressed store, hash-verified

90}
91
92func (e *ErrDriver) Join(r *JoinRequest) (*JoinResponse, error) {
93 return nil, errors.New("I CAN HAZ ERRORZ")
94}
95
96func (e *ErrDriver) Leave(r *LeaveRequest) error {
97 return errors.New("I CAN HAZ ERRORZ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected