Remove ValueTranscoder interface
This commit is contained in:
@@ -148,14 +148,6 @@ type TypeValue interface {
|
|||||||
TypeName() string
|
TypeName() string
|
||||||
}
|
}
|
||||||
|
|
||||||
// ValueTranscoder is a value that implements the text and binary encoding and decoding interfaces.
|
|
||||||
type ValueTranscoder interface {
|
|
||||||
Value
|
|
||||||
FormatSupport
|
|
||||||
ParamEncoder
|
|
||||||
ResultDecoder
|
|
||||||
}
|
|
||||||
|
|
||||||
type FormatSupport interface {
|
type FormatSupport interface {
|
||||||
BinaryFormatSupported() bool
|
BinaryFormatSupported() bool
|
||||||
TextFormatSupported() bool
|
TextFormatSupported() bool
|
||||||
|
|||||||
Reference in New Issue
Block a user