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

Struct MainServer

pkg/waveobj/wtype.go:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301type MainServer struct {
302 OID string `json:"oid"`
303 Version int `json:"version"`
304 Meta MetaMapType `json:"meta"`
305 JwtPrivateKey string `json:"jwtprivatekey"` // base64
306 JwtPublicKey string `json:"jwtpublickey"` // base64
307}
308
309func (*MainServer) GetOType() string {
310 return OType_MainServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected