Live: generate ts definitions for pipeline configs (#41544)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Alexander Emelin
2021-11-15 22:45:35 +03:00
committed by GitHub
co-authored by Ryan McKinley
parent 466eaeb4f0
commit 4cd2575ad0
14 changed files with 776 additions and 626 deletions
@@ -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