Skip to content

debug🔗

Objects🔗

Builders🔗

Functions🔗

NewUpdateConfig🔗

NewUpdateConfig creates a new UpdateConfig object.

func NewUpdateConfig() *UpdateConfig

NewOptions🔗

NewOptions creates a new Options object.

func NewOptions() *Options

VariantConfig🔗

VariantConfig returns the configuration related to debug panels.

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

func VariantConfig() variants.PanelcfgConfig

UpdateConfigConverter🔗

UpdateConfigConverter accepts a UpdateConfig object and generates the Go code to build this object using builders.

func UpdateConfigConverter(input UpdateConfig) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string