(InitializeOptions)
| 60 | // execution. |
| 61 | type Handler interface { |
| 62 | Initialize(InitializeOptions) hcl.Diagnostics |
| 63 | // PluginRequirements returns the list of plugin Requirements from the |
| 64 | // config file. |
| 65 | PluginRequirements() (plugingetter.Requirements, hcl.Diagnostics) |
no outgoing calls