Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Attributes = []string{}/* 135 elements not displayed */
Functions ¶
func GetUserAgent ¶
func IsAttribute ¶
func ToHTMLType ¶
Types ¶
type LazyFactory ¶
type LazyValue ¶
func NewLazyValue ¶
func NewLazyValue(factory LazyFactory) *LazyValue
func (*LazyValue) Read ¶
* Returns an underlying value. * Not thread safe. Should not mutated. * @returns (Value) - Underlying value if successfully loaded, otherwise error
func (*LazyValue) Ready ¶
* Indicates whether the value is ready. * @returns (Boolean) - Boolean value indicating whether the value is ready.
Click to show internal directories.
Click to hide internal directories.