types

package
v0.0.0-...-8bebe15 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0, MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EchoArguments

type EchoArguments struct {
	Message string `cborgen:"message"`
}

func (*EchoArguments) MarshalCBOR

func (t *EchoArguments) MarshalCBOR(w io.Writer) error

func (*EchoArguments) UnmarshalCBOR

func (t *EchoArguments) UnmarshalCBOR(r io.Reader) (err error)

type EmailsListArguments

type EmailsListArguments struct {
	Limit uint64 `cborgen:"limit"`
}

func (*EmailsListArguments) MarshalCBOR

func (t *EmailsListArguments) MarshalCBOR(w io.Writer) error

func (*EmailsListArguments) UnmarshalCBOR

func (t *EmailsListArguments) UnmarshalCBOR(r io.Reader) (err error)

type MessageSendArguments

type MessageSendArguments struct {
	To      []string `cborgen:"to"`
	Subject string   `cborgen:"subject"`
	Message string   `cborgen:"message"`
}

func (*MessageSendArguments) MarshalCBOR

func (t *MessageSendArguments) MarshalCBOR(w io.Writer) error

func (*MessageSendArguments) UnmarshalCBOR

func (t *MessageSendArguments) UnmarshalCBOR(r io.Reader) (err error)

type PromisedMsgSendArguments

type PromisedMsgSendArguments struct {
	From    string          `cborgen:"from"`
	To      promise.AwaitOK `cborgen:"to"`
	Message string          `cborgen:"message"`
}

func (*PromisedMsgSendArguments) MarshalCBOR

func (t *PromisedMsgSendArguments) MarshalCBOR(w io.Writer) error

func (*PromisedMsgSendArguments) UnmarshalCBOR

func (t *PromisedMsgSendArguments) UnmarshalCBOR(r io.Reader) (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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