eventenvelope

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2024 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const L = "EVENT"

Variables

This section is empty.

Functions

This section is empty.

Types

type B

type B = []byte

type E

type E = error

type N added in v0.0.14

type N = int

type Result

type Result struct {
	Subscription *sid.T
	Event        *event.T
}

Result is an event matching a filter associated with a subscription.

func NewResult

func NewResult() *Result

func NewResultWith

func NewResultWith(s *sid.T, ev *event.T) *Result

func (*Result) Label

func (en *Result) Label() string

func (*Result) MarshalJSON

func (en *Result) MarshalJSON(dst B) (b B, err error)

func (*Result) UnmarshalJSON

func (en *Result) UnmarshalJSON(b B) (r B, err error)

func (*Result) Write

func (en *Result) Write(ws enveloper.Writer) (err E)

type S

type S = string

type Submission

type Submission struct {
	*event.T
}

Submission is a request from a client for a relay to store an event.

func NewSubmission

func NewSubmission() *Submission

func NewSubmissionWith

func NewSubmissionWith(ev *event.T) *Submission

func (*Submission) Label

func (en *Submission) Label() string

func (*Submission) MarshalJSON

func (en *Submission) MarshalJSON(dst B) (b B, err error)

func (*Submission) UnmarshalJSON

func (en *Submission) UnmarshalJSON(b B) (r B, err error)

func (*Submission) Write

func (en *Submission) Write(ws enveloper.Writer) (err E)

Jump to

Keyboard shortcuts

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