package
Version:
v1.32.69
Opens a new window with list of versions in this module.
Published: Dec 6, 2025
License: Zlib
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 14
Opens a new window with list of known importers.
Documentation
¶
type Collector interface {
PushData(data Model) error
}
func (d D) Value(name string) interface{}
type Model interface {
DataType() string
}
Model
* 数据基础
type Options struct {
Data D
}
type OptionsFunc func(options *Options)
type Statistics interface {
CollectData() (Model, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.