6 lines
202 B
Go
6 lines
202 B
Go
|
|
package cni
|
||
|
|
|
||
|
|
// rpc_client.go will hold the JSON-over-unix-socket client used by the CNI
|
||
|
|
// plugin to call into flock-agent. Stub for M1; implementation lands in M2
|
||
|
|
// alongside the agent's RPC server.
|