Change dataconverter interface
This commit is contained in:
parent
88c4bc28f6
commit
4e76451bf8
@ -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