Skip to content

candlestick🔗

Objects🔗

Builders🔗

Functions🔗

NewCandlestickFieldMap🔗

NewCandlestickFieldMap creates a new CandlestickFieldMap object.

func NewCandlestickFieldMap() *CandlestickFieldMap

NewCandlestickColors🔗

NewCandlestickColors creates a new CandlestickColors object.

func NewCandlestickColors() *CandlestickColors

NewOptions🔗

NewOptions creates a new Options object.

func NewOptions() *Options

NewFieldConfig🔗

NewFieldConfig creates a new FieldConfig object.

func NewFieldConfig() *FieldConfig

VariantConfig🔗

VariantConfig returns the configuration related to candlestick panels.

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

func VariantConfig() variants.PanelcfgConfig

CandlestickFieldMapConverter🔗

CandlestickFieldMapConverter accepts a CandlestickFieldMap object and generates the Go code to build this object using builders.

func CandlestickFieldMapConverter(input CandlestickFieldMap) string

CandlestickColorsConverter🔗

CandlestickColorsConverter accepts a CandlestickColors object and generates the Go code to build this object using builders.

func CandlestickColorsConverter(input CandlestickColors) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string