Documentation ¶
Index ¶
- type ClockTrail
- func (g *ClockTrail) ConfigOptions() []Option
- func (g *ClockTrail) Description() string
- func (g *ClockTrail) RawTransform(datas []string) ([]string, error)
- func (g *ClockTrail) SampleConfig() string
- func (g *ClockTrail) Stage() string
- func (g *ClockTrail) Stats() utils.StatsInfo
- func (g *ClockTrail) Transform(datas []Data) (retdata []Data, ferr error)
- func (g *ClockTrail) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClockTrail ¶
type ClockTrail struct {
// contains filtered or unexported fields
}
func (*ClockTrail) ConfigOptions ¶
func (g *ClockTrail) ConfigOptions() []Option
func (*ClockTrail) Description ¶
func (g *ClockTrail) Description() string
func (*ClockTrail) RawTransform ¶
func (g *ClockTrail) RawTransform(datas []string) ([]string, error)
func (*ClockTrail) SampleConfig ¶
func (g *ClockTrail) SampleConfig() string
func (*ClockTrail) Stage ¶
func (g *ClockTrail) Stage() string
func (*ClockTrail) Stats ¶
func (g *ClockTrail) Stats() utils.StatsInfo
func (*ClockTrail) Transform ¶
func (g *ClockTrail) Transform(datas []Data) (retdata []Data, ferr error)
func (*ClockTrail) Type ¶
func (g *ClockTrail) Type() string
Click to show internal directories.
Click to hide internal directories.