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

Struct Client

pkg/waveobj/wtype.go:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type Client struct {
132 OID string `json:"oid"`
133 Version int `json:"version"`
134 WindowIds []string `json:"windowids"`
135 Meta MetaMapType `json:"meta"`
136 TosAgreed int64 `json:"tosagreed,omitempty"` // unix milli
137 HasOldHistory bool `json:"hasoldhistory,omitempty"`
138 TempOID string `json:"tempoid,omitempty"`
139 InstallId string `json:"installid,omitempty"`
140}
141
142func (*Client) GetOType() string {
143 return OType_Client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected