Live: generate ts definitions for pipeline configs (#41544)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
Ryan McKinley
parent
466eaeb4f0
commit
4cd2575ad0
@@ -6,10 +6,6 @@ import (
|
||||
"github.com/grafana/grafana-plugin-sdk-go/data"
|
||||
)
|
||||
|
||||
type KeepFieldsFrameProcessorConfig struct {
|
||||
FieldNames []string `json:"fieldNames"`
|
||||
}
|
||||
|
||||
// KeepFieldsFrameProcessor can keep specified fields in a data.Frame dropping all other fields.
|
||||
type KeepFieldsFrameProcessor struct {
|
||||
config KeepFieldsFrameProcessorConfig
|
||||
|
||||
Reference in New Issue
Block a user