Files
flock/pkg/cni/rpc_client.go
T

6 lines
202 B
Go
Raw Normal View History

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.