Change dataconverter interface
This commit is contained in:
parent
7174e0e081
commit
ed615379c4
@ -8,7 +8,7 @@ import (
|
||||
|
||||
type DataConverter interface {
|
||||
Unmarshall(decrypted []byte) (any, error)
|
||||
Convert(model any) (any, error)
|
||||
Marshall(model any) ([]byte, error)
|
||||
}
|
||||
|
||||
type TreeExporterParams struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user