response

package
v0.0.0-...-6ffa3c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetDecryptTaskTokenResp

type GetDecryptTaskTokenResp struct {
	DecryptTaskToken string `json:"decrypt_task_token"`
	Pubkey           string `json:"pubkey"`
}

type GetEncryptTaskTokenResp

type GetEncryptTaskTokenResp struct {
	EncryptTaskToken string `json:"encrypt_task_token"`
	Recryptorsalt    string `json:"recryptorsalt"`
	Pubkey           string `json:"pubkey"`
}

type PingResult

type PingResult struct {
	Message string `json:"message"`
}

type WsDecryptMessageResponse

type WsDecryptMessageResponse struct {
	Op      string                 `json:"op"`
	Results WsDecryptMessageResult `json:"results"`
}

type WsDecryptMessageResult

type WsDecryptMessageResult struct {
	ErrorInfo string `json:"error_info,omitempty"`
	Origin    string `json:"origin"`
}

type WsEncryptMessageResponse

type WsEncryptMessageResponse struct {
	Op      string                 `json:"op"`
	Results WsEncryptMessageResult `json:"results"`
}

type WsEncryptMessageResult

type WsEncryptMessageResult struct {
	ErrorInfo string `json:"error_info,omitempty"`
	Nonce     string `json:"nonce"`
	Encrypted string `json:"encrypted"`
}

type WsPingResponse

type WsPingResponse struct {
	Op      string     `json:"op"`
	Results PingResult `json:"results"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL