mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-23 12:11:45 +03:00
Delete references to json.RawMessage (#12)
This commit is contained in:
committed by
Joshua Humphries
parent
620796528e
commit
ceba64b971
@@ -427,7 +427,7 @@ func (*handler) OnSendHeaders(md metadata.MD) {
|
||||
}
|
||||
}
|
||||
|
||||
func (h *handler) getRequestData() (json.RawMessage, error) {
|
||||
func (h *handler) getRequestData() ([]byte, error) {
|
||||
// we don't use a mutex, though this methods will be called from different goroutine
|
||||
// than other methods for bidi calls, because this method does not share any state
|
||||
// with the other methods.
|
||||
|
||||
Reference in New Issue
Block a user