Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementSpec ¶
type ElementSpec struct { ID string `json:"id" validate:"required"` TagName string `json:"tag_name" validate:"required"` Text string `json:"text"` Attributes map[string]string `json:"attributes"` Children []ElementSpec `json:"children"` }
func (*ElementSpec) ContentStr ¶
func (e *ElementSpec) ContentStr() string
func (*ElementSpec) Validate ¶
func (e *ElementSpec) Validate() error
type IdToLocatorMap ¶
Click to show internal directories.
Click to hide internal directories.