rpc: make DataType a stringer, fixing debug messages
This commit is contained in:
@@ -57,6 +57,7 @@ func NewErrorHeader(status Status, format string, args ...interface{}) (h *Heade
|
||||
return
|
||||
}
|
||||
|
||||
//go:generate stringer -type=DataType
|
||||
type DataType uint8
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user