add comment

This commit is contained in:
Asim 2015-11-26 00:18:39 +00:00
parent c4d8701d68
commit bb360d5f2c

View File

@ -19,6 +19,7 @@ var (
}
)
// CodecFunc is used to encode/decode requests/responses
type CodecFunc func(io.ReadWriteCloser) rpc.ServerCodec
// for internal use only