Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-04-03 14:45:40 +03:00
parent 25a74b6935
commit a1a5980534
2 changed files with 1 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ type rpcMessage struct {
header metadata.Metadata
topic string
contentType string
body []byte
}
func (r *rpcRequest) ContentType() string {