Documentation ¶
Index ¶
Constants ¶
View Source
const RandomUserAgent = "*"
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 ¶
Read returns an underlying value. Not thread safe. Should not mutated. @returns (Value) - Underlying value if successfully loaded, otherwise error
func (*LazyValue) Ready ¶
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.