blastr

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: GPL-3.0 Imports: 4 Imported by: 1

README

blastr

Go module for sending nostr events to blastr

package main

import (
	"context"

	"github.com/stemstr/blastr"
)

func main() {
	client, _ := blastr.New("nsec1xxx")

	_ = client.SendText(context.Background(), "hello, world!")
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blastr

type Blastr struct {
	// contains filtered or unexported fields
}

func New

func New(nsec string, opts ...Option) (*Blastr, error)

func (*Blastr) Send

func (b *Blastr) Send(ctx context.Context, event nostr.Event) error

func (*Blastr) SendText

func (b *Blastr) SendText(ctx context.Context, content string) error

type Option

type Option func(*Options)

func WithCustomRelays

func WithCustomRelays(relayURLs []string) Option

func WithStrictErrors

func WithStrictErrors() Option

type Options

type Options struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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