package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: Mar 5, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Transformer struct {
Type Type
Count func(data interface{})
Store func(data interface{}) error
Transform func(data interface{}) (interface{}, error)
Iterate func(f func(id string, kind string, data interface{}) error) error
}
const (
Object Type = iota
String
Int
Map
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.