niki/vendor/github.com/brianvoe/gofakeit/v6/data/html.go

8 lines
355 B
Go
Raw Permalink Normal View History

2024-04-26 19:30:35 +00:00
package data
// Html consists of various html information
var Html = map[string][]string{
"svg": {"rect", "circle", "ellipse", "line", "polyline", "polygon"},
"input_name": {"title", "first_name", "last_name", "suffix", "address", "postal_code", "city", "state", "country", "date_of_birth", "card_number", "description", "message", "status"},
}