BuilderLayoutDock is builder for Dock layout
| 181 | // BuilderLayoutDock is builder for Dock layout |
| 182 | // |
| 183 | type BuilderLayoutDock struct{} |
| 184 | |
| 185 | // BuildLayout builds and returns a DockLayout with the specified attributes |
| 186 | func (bl *BuilderLayoutDock) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected