package
Version:
v0.0.0-...-87cacd6
Opens a new window with list of versions in this module.
Published: Jan 23, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Circle struct {
Polygon int `json:"polygon"`
Radius int `json:"radius"`
StrokeWidth int `json:"stroke_width"`
}
type Colors struct {
Cliff string `json:"cliff"`
Forest string `json:"forest"`
Shore string `json:"shore"`
Sea string `json:"sea"`
}
type Deleter struct {
NodeID int `json:"id"`
}
type Line struct {
Color string `json:"color"`
StrokeWidth int `json:"stroke_width"`
}
type Map struct {
Nodes []Node `json:"nodes"`
Circle Circle `json:"circle"`
Options Options `json:"options"`
Line Line `json:"line"`
}
type Options struct {
Colors Colors `json:"colors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.