1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00

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