Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedType = errors.New("unsupported type") ErrTableIsNil = errors.New("table is nil") ErrKeyMustBeAString = errors.New("key must be a string") ErrWrongValue = errors.New("value must be a string, number, boolean or table") ErrUnexpectedDataLoss = errors.New("unexpected data loss") ErrUnexpectedDuplicatedKey = errors.New("unexpected duplicated key") )
Functions ¶
func ValueToStringNoErr ¶
func ValuesToStringNoErr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.