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

Method Join

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

Source from the content-addressed store, hash-verified

38}
39
40func (t *TestDriver) Join(r *JoinRequest) (*JoinResponse, error) {
41 return &JoinResponse{}, nil
42}
43
44func (t *TestDriver) Leave(r *LeaveRequest) error {
45 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected