Discover Packages
github.com/wavetermdev/waveterm
pkg
baseds
package
Version:
v0.14.4-beta.2
Opens a new window with list of versions in this module.
Published: Mar 26, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
used for shared datastructures
type Badge struct {
BadgeId string `json:"badgeid"`
Icon string `json:"icon"`
Color string `json:"color,omitempty"`
Priority float64 `json:"priority"`
PidLinked bool `json:"pidlinked,omitempty"`
}
type BadgeEvent struct {
ORef string `json:"oref"`
Clear bool `json:"clear,omitempty"`
ClearAll bool `json:"clearall,omitempty"`
ClearById string `json:"clearbyid,omitempty"`
Badge *Badge `json:"badge,omitempty"`
}
type RpcInputChType struct {
MsgBytes []byte
IngressLinkId LinkId
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.