Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kind ¶
type Kind string
const ( KindVariable Kind = "Variable" KindDatasource Kind = "Datasource" KindPanel Kind = "Panel" KindTimeSeriesQuery Kind = "TimeSeriesQuery" KindTraceQuery Kind = "TraceQuery" KindProfileQuery Kind = "ProfileQuery" KindLogQuery Kind = "LogQuery" KindQuery Kind = "Query" KindExplore Kind = "Explore" )
type ModuleMetadata ¶
type ModuleSpec ¶
type ModuleSpec struct {
SchemasPath string `json:"schemasPath" yaml:"schemasPath"`
ModuleName string `json:"moduleName,omitempty" yaml:"moduleName,omitempty"`
ModuleOrg string `json:"moduleOrg,omitempty" yaml:"moduleOrg,omitempty"`
Plugins []Plugin `json:"plugins" yaml:"plugins"`
}
func (*ModuleSpec) UnmarshalJSON ¶
func (m *ModuleSpec) UnmarshalJSON(data []byte) error
func (*ModuleSpec) UnmarshalYAML ¶
func (m *ModuleSpec) UnmarshalYAML(unmarshal func(any) error) error
type ModuleStatus ¶
type Plugin ¶
func (*Plugin) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.