package
module
Version:
v0.0.0-...-4646ba3
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
FromAgent string `json:"from-agent"`
RemoteAddress string `json:"remote-address"`
User string `json:"user"`
From string `json:"from"`
To string `json:"to"`
Content string `json:"content"`
ContentDecoded string `json:"content-decoded"`
}
type SigninRequest struct {
SigninToken string `json:"signin-token"`
}
type SigninResponse struct {
SessionToken string `json:"session-token"`
}
Source Files
¶
Directories
¶
|
|
cmd
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.