package
Version:
v0.28.1-rc1
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseClientID parses a Wire clientID. The ClientID format is as follows:
"wireapp://CzbfFjDOQrenCbDxVmgnFw!594930e9d50bb175@wire.com",
where '!' is used as a separator between the user id & device id.
type DeviceID struct {
Name string `json:"name,omitempty"`
Domain string `json:"domain,omitempty"`
ClientID string `json:"client-id,omitempty"`
Handle string `json:"handle,omitempty"`
}
type UserID struct {
Name string `json:"name,omitempty"`
Domain string `json:"domain,omitempty"`
Handle string `json:"handle,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.