Documentation ¶
Index ¶
Constants ¶
View Source
const L = "EVENT"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Submission ¶
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)
Click to show internal directories.
Click to hide internal directories.