MCPcopy
hub / github.com/wavetermdev/waveterm / Workspace

Struct Workspace

pkg/waveobj/wtype.go:174–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type Workspace struct {
175 OID string `json:"oid"`
176 Version int `json:"version"`
177 Name string `json:"name,omitempty"`
178 Icon string `json:"icon,omitempty"`
179 Color string `json:"color,omitempty"`
180 TabIds []string `json:"tabids"`
181 ActiveTabId string `json:"activetabid"`
182 Meta MetaMapType `json:"meta"`
183}
184
185func (*Workspace) GetOType() string {
186 return OType_Workspace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected