Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2021 v0.1.0 Oct 2, 2021 v0.0.0 Oct 1, 2021 Changes in this version + type AvailableConfig struct + Name string + Options []ConfigOption + Package string + func Analyze(ctx context.Context, files []*ast.File) []AvailableConfig + type ConfigOption struct + Default string + Name string + Required bool + func (o *ConfigOption) String() string