Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct {
Seed string `json:"seed"`
Size int `json:"size"`
SavedConfig string `json:"saved_config,omitempty"`
Staging bool `json:"staging"`
MapID string `json:"map_id,omitempty"`
Status string `json:"status"`
LastSync string `json:"last_sync,omitempty"`
Filename string `json:"filename,omitempty"`
}
Map represents a single map configuration
func (*Map) MarkSynced ¶
func (m *Map) MarkSynced()
func (*Map) ReportStatus ¶
func (*Map) SetFilename ¶
func (m *Map) SetFilename()
func (*Map) ShouldSync ¶
Click to show internal directories.
Click to hide internal directories.