MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / Board

Struct Board

internal/app/notes.go:205–214  ·  view source on GitHub ↗

--- Board -------------------------------------------------------------

Source from the content-addressed store, hash-verified

203// --- Board -------------------------------------------------------------
204
205type Board struct {
206 Name string `json:"name"`
207 GrainSeed int64 `json:"grainSeed,omitempty"`
208 Notes []*Note `json:"notes"`
209 Strings []*StringConn `json:"strings,omitempty"`
210 Selected string `json:"-"`
211 TextMode TextStyleMode `json:"textMode,omitempty"`
212 Zoom int `json:"zoom,omitempty"`
213 HighlightColor int `json:"highlightColor,omitempty"`
214}
215
216// Legacy background-mode strings from an earlier single-"mode" design.
217// Read on load and migrated into Cork/Color; never written.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected