SYMBOL INDEX (15 symbols across 2 files) FILE: substation.go type Config (line 21) | type Config struct type Substation (line 27) | type Substation struct method Transform (line 73) | func (s *Substation) Transform(ctx context.Context, msg ...*message.Me... method String (line 78) | func (s *Substation) String() string { function New (line 35) | func New(ctx context.Context, cfg Config, opts ...func(*Substation)) (*S... function WithTransformFactory (line 63) | func WithTransformFactory(fac transform.Factory) func(*Substation) { FILE: substation_test.go function ExampleSubstation (line 15) | func ExampleSubstation() { type customConfig (line 69) | type customConfig struct method String (line 80) | func (c customConfig) String() string { function Example_substationCustomConfig (line 84) | func Example_substationCustomConfig() { function Example_substationCustomTransforms (line 127) | func Example_substationCustomTransforms() { function customFactory (line 173) | func customFactory(ctx context.Context, cfg config.Config) (transform.Tr... type utilityDuplicate (line 186) | type utilityDuplicate struct method Transform (line 191) | func (t *utilityDuplicate) Transform(ctx context.Context, msg *message... function FuzzTestSubstation (line 205) | func FuzzTestSubstation(f *testing.F) {