Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLString ¶
type HTMLString string
HTMLString is string that holds html
func MapToTable ¶
func MapToTable(m map[string]interface{}) HTMLString
MapToTable returns an HTMLString representing the passed map as a table
func ObjectToTable ¶
func ObjectToTable(o interface{}) HTMLString
ObjectToTable returns an HTMLString representing the passed object as a table
func (*HTMLString) Append ¶
func (html *HTMLString) Append(h HTMLString)
Append appends a new line of HTMLString
func (HTMLString) String ¶
func (html HTMLString) String() string
Click to show internal directories.
Click to hide internal directories.