Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputDataMap ¶
type OutputDataInterface ¶
type OutputDataInterface interface {
Data() []byte
}
type ReaderInterface ¶
type ReaderInterface interface {
Read(dataType string, data map[string]any) (OutputDataInterface, error)
}
Click to show internal directories.
Click to hide internal directories.