events

package
v0.0.0-...-5f28de8 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UnmarshalForm

func UnmarshalForm(r io.Reader, v interface{}) error

func UnmarshalJSON

func UnmarshalJSON(r io.Reader, v interface{}) error

Types

type Event

type Event interface {
	Serialize() ([]byte, error)
	Signature() ([]byte, error)
}

type RSAVerifier

type RSAVerifier signature.RSA

func (RSAVerifier) Verify

func (r RSAVerifier) Verify(e Event) error

type Verifier

type Verifier interface {
	Verify(Event) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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