EdgeOptionsBuilder
Constructor
func NewEdgeOptionsBuilder() *EdgeOptionsBuilder
Methods
Build
Builds the object.
func (builder *EdgeOptionsBuilder) Build() (EdgeOptions, error)
MainStatUnit
Unit for the main stat to override what ever is set in the data frame.
func (builder *EdgeOptionsBuilder) MainStatUnit(mainStatUnit string) *EdgeOptionsBuilder
SecondaryStatUnit
Unit for the secondary stat to override what ever is set in the data frame.
func (builder *EdgeOptionsBuilder) SecondaryStatUnit(secondaryStatUnit string) *EdgeOptionsBuilder
See also