pointers

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type B

type B = []byte

type E

type E = error

type Entity

type Entity struct {
	PublicKey  B       `json:"pubkey"`
	Kind       *kind.T `json:"kind,omitempty"`
	Identifier B       `json:"identifier,omitempty"`
	Relays     []B     `json:"relays,omitempty"`
}

type Event

type Event struct {
	ID     *eventid.T `json:"id"`
	Relays []B        `json:"relays,omitempty"`
	Author B          `json:"author,omitempty"`
	Kind   *kind.T    `json:"kind,omitempty"`
}

type N added in v0.0.14

type N = int

type Profile

type Profile struct {
	PublicKey B   `json:"pubkey"`
	Relays    []B `json:"relays,omitempty"`
}

type S

type S = string

Jump to

Keyboard shortcuts

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