data

package
v0.5.32 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2022 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 {
	Filename string
	Message  string
	Size     int64

	channel.NeverEqual
	channel.NoClose
	// contains filtered or unexported fields
}

func BinaryMessage

func BinaryMessage(r channel.BinaryReader) (Message, error)

func JSONMessage

func JSONMessage(r io.Reader) (Message, io.Reader, error)

func NewMessage

func NewMessage(filename, msg string, size int64, r io.Reader) Message

func (Message) Binary

func (m Message) Binary(w channel.BinaryWriter) error

func (Message) FromBinary

func (m Message) FromBinary(r channel.BinaryReader) (channel.Msg, error)

func (Message) FromJSON

func (m Message) FromJSON(r io.Reader) (channel.Msg, io.Reader, error)

func (Message) JSON

func (m Message) JSON(w io.Writer) error

func (Message) Upload

func (m Message) Upload() io.Reader

Jump to

Keyboard shortcuts

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