proto.go

1package proto
2
3// Args represents generic arguments that apply to all RPC routines.
4type Args struct{}