Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BSSearchTreeItem ¶
type BSSearchTreeItem struct { CurrentName string Childs []string Tree map[string]*BSSearchTreeItem }
func MakeBSSearchTreeItem ¶
func MakeBSSearchTreeItem(currentName string) *BSSearchTreeItem
type BorderSection ¶
type MapCutter ¶
type MapCutter struct {
// contains filtered or unexported fields
}
func MakeMapCutter ¶
func MakeMapDrawerFromShape ¶
func (*MapCutter) GetSection ¶
func (mc *MapCutter) GetSection(name string) (BorderSection, error)
func (*MapCutter) SearchSection ¶
Click to show internal directories.
Click to hide internal directories.