Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + func Create(ctx context.Context, name string, config *handlerTY.Config) (p handlerTY.Plugin, err error) + func Register(name string, fn CreatorFn) + type CreatorFn func(ctx context.Context, config *handlerTY.Config) (handlerTY.Plugin, error)