Versions in this module Expand all Collapse all v0 v0.0.2 Aug 22, 2024 v0.0.1 Aug 22, 2024 Changes in this version + func New(settings any) (register.LinterPlugin, error) + type Element struct + Name string + type MySettings struct + One string + Three Element + Two []Element + type PluginExample struct + func (f *PluginExample) BuildAnalyzers() ([]*analysis.Analyzer, error) + func (f *PluginExample) GetLoadMode() string