Documentation
¶
Index ¶
- type Data
- func Empty() Data
- func Format(format string, a ...interface{}) Data
- func Join(sep string, d []Data) Data
- func New(s string, values []interface{}) Data
- func Newf(values []interface{}, format string, a ...interface{}) Data
- func String(s string) Data
- func Surround(l, r string, d Data) Data
- func Values(values []interface{}) Data
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data interface { Append(other Data) Data AppendWithSpace(other Data) Data SurroundAppend(l, r string, other Data) Data String() string Values() []interface{} }
Click to show internal directories.
Click to hide internal directories.