2
0

Remove ValueTranscoder interface

This commit is contained in:
Jack Christensen
2022-01-04 19:59:32 -06:00
parent b90f92d2d2
commit 1a189db041
-8
View File
@@ -148,14 +148,6 @@ type TypeValue interface {
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 {
BinaryFormatSupported() bool
TextFormatSupported() bool