message

package
v0.0.0-...-0765a50 Latest Latest
Warning

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

Go to latest
Published: May 14, 2017 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Ciphertext []byte          `json:"message"`
	Keys       []byte          `json:"keys"`
	Integrity  []byte          `json:"integrity"`
	Plaintext  string          `json:"plaintext"`
	Channel    channel.Channel `json:"channel"`
	Sender     user.User       `json:"sender"`
	Posted     time.Time       `json:"posted"`
}

type SecureMsg

type SecureMsg struct {
	Message   []byte `json:"message"`
	Keys      []byte `json:"keys"`
	Integrity []byte `json:"integrity"`
}

Jump to

Keyboard shortcuts

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