github.com/golazy/golazy@v0.0.7-0.20221012133820-968fe65a0b65/lazyview/document/component.go (about) 1 package document 2 3 type Component struct { 4 Styles []string 5 Scripts []string 6 Head []interface{} 7 }