Versions in this module Expand all Collapse all v0 v0.0.1 Aug 19, 2019 Changes in this version + func Split(separator string) goconnect.Processor + type Decoder struct + func (d *Decoder) InType() reflect.Type + func (d *Decoder) Materialize() func(input interface{}) interface{} + func (d *Decoder) OutType() reflect.Type + type Encoder struct + func (d *Encoder) InType() reflect.Type + func (d *Encoder) Materialize() func(input interface{}) interface{} + func (d *Encoder) OutType() reflect.Type + type Splitter struct + func (s *Splitter) InType() reflect.Type + func (s *Splitter) Materialize() func(input *goconnect.Element, ctx goconnect.PContext) + func (s *Splitter) OutType() reflect.Type