Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryLoader ¶
type DirectoryLoader struct {
SubLoaders []SubLoaderDesc
}
func (*DirectoryLoader) Load ¶
func (loader *DirectoryLoader) Load(val string) (map[string]any, error)
func (*DirectoryLoader) Simple ¶
func (loader *DirectoryLoader) Simple() bool
type LoaderTypeTest ¶
type SqliteLoader ¶
type SqliteLoader struct{}
func (*SqliteLoader) Simple ¶
func (loader *SqliteLoader) Simple() bool
type SubLoaderDesc ¶
type SubLoaderDesc struct {
Loader Loader
Tester LoaderTypeTest
}
type XlSXLoader ¶
type XlSXLoader struct{}
func (*XlSXLoader) Simple ¶
func (loader *XlSXLoader) Simple() bool
Click to show internal directories.
Click to hide internal directories.