Versions in this module Expand all Collapse all v0 v0.3.1 May 11, 2020 Changes in this version + type Example interface + SelectExample func(*core.TFExample) []string + type ExampleF struct + func ByExampleF(f func(*core.TFExample) []string) *ExampleF + func (s *ExampleF) SelectExample(ex *core.TFExample) []string + type Key struct + func ByKey(key string) *Key + func ByPrefix(prefix string) *Key + func BySubstring(substring string) *Key + func BySuffix(sufix string) *Key + func (s *Key) SelectExample(ex *core.TFExample) []string + func (s *Key) SelectSample(sample *core.Sample) []string + type KeyValue struct + func ByKeyValue(key string, value interface{}) *KeyValue + func (s *KeyValue) SelectExample(example *core.TFExample) []string + func (s *KeyValue) SelectSample(sample *core.Sample) []string + type Sample interface + SelectSample func(*core.Sample) []string + type SampleF struct + func BySampleF(f func(*core.Sample) []string) *SampleF + func (s *SampleF) SelectSample(sample *core.Sample) []string