mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
further codec changes
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
// Implements the streamer interface
|
||||
type rpcStream struct {
|
||||
sync.RWMutex
|
||||
seq uint64
|
||||
seq string
|
||||
closed chan bool
|
||||
err error
|
||||
request Request
|
||||
|
Reference in New Issue
Block a user