Documentation
¶
Index ¶
- type Runner
- func (m *Runner) Close() diagnostics.Diag
- func (m *Runner) ContentProvider(name string) (*plugin.ContentProvider, bool)
- func (m *Runner) DataSource(name string) (*plugin.DataSource, bool)
- func (m *Runner) Plugins() []*plugin.Schema
- func (m *Runner) Publisher(name string) (*plugin.Publisher, bool)
- func (m *Runner) Schema(name string) (*plugin.Schema, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) Close ¶
func (m *Runner) Close() diagnostics.Diag
func (*Runner) ContentProvider ¶
func (m *Runner) ContentProvider(name string) (*plugin.ContentProvider, bool)
func (*Runner) DataSource ¶
func (m *Runner) DataSource(name string) (*plugin.DataSource, bool)
Click to show internal directories.
Click to hide internal directories.