# github.com/tx7do/kratos-transport/transport/pulsar
/Users/caster/go/pkg/mod/github.com/tx7do/kratos-transport/transport/pulsar@v0.0.0-20230901150501-07ef396877dd/transport.go:40:9: cannot use tr.reqHeader (variable of type headerCarrier) as transport.Header value in return statement: headerCarrier does not implement transport.Header (missing method Add)
/Users/caster/go/pkg/mod/github.com/tx7do/kratos-transport/transport/pulsar@v0.0.0-20230901150501-07ef396877dd/transport.go:45:9: cannot use tr.replyHeader (variable of type headerCarrier) as transport.Header value in return statement: headerCarrier does not implement transport.Header (missing method Add)
没有实现 add 方法。
相关 issue:https://github.com/tx7do/kratos-transport/issues/45