BuilderLayoutGrid is builder for Grid layout
| 110 | // BuilderLayoutGrid is builder for Grid layout |
| 111 | // |
| 112 | type BuilderLayoutGrid struct{} |
| 113 | |
| 114 | // BuildLayout builds and returns a GridLayout with the specified attributes |
| 115 | func (bl *BuilderLayoutGrid) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected