Skip to content

nodegraph🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to nodegraph panels.

This configuration describes how to unmarshal it, convert it to code, …

func VariantConfig() variants.PanelcfgConfig

ArcOptionConverter🔗

ArcOptionConverter accepts a ArcOption object and generates the Go code to build this object using builders.

func ArcOptionConverter(input ArcOption) string

NodeOptionsConverter🔗

NodeOptionsConverter accepts a NodeOptions object and generates the Go code to build this object using builders.

func NodeOptionsConverter(input NodeOptions) string

EdgeOptionsConverter🔗

EdgeOptionsConverter accepts a EdgeOptions object and generates the Go code to build this object using builders.

func EdgeOptionsConverter(input EdgeOptions) string

PanelConverter🔗

PanelConverter accepts a Panel object and generates the Go code to build this object using builders.

func PanelConverter(input dashboard.Panel) string