Sort exported fields alphabetically
This commit is contained in:
parent
7c631ba8c0
commit
4d00c430cf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ package connector
|
||||||
// Transformer is used to transform data (byte array) to a Record for
|
// Transformer is used to transform data (byte array) to a Record for
|
||||||
// processing in the application.
|
// processing in the application.
|
||||||
type Transformer interface {
|
type Transformer interface {
|
||||||
ToRecord(data []byte) interface{}
|
|
||||||
FromRecord(r interface{}) []byte
|
FromRecord(r interface{}) []byte
|
||||||
|
ToRecord(data []byte) interface{}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue