base

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: GPL-3.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 Errors

type Errors struct {
	Errors []error
}

func (Errors) Error

func (e Errors) Error() string

type Index

type Index struct {
	URI string `json:"uri,omitempty"`
	Bot string `json:"bot,omitempty"`
}

func (Index) String

func (i Index) String() string

type PackError

type PackError struct {
	Index Index
	Err   error
}

func (PackError) Error

func (e PackError) Error() string

type PacklistIntegration

type PacklistIntegration interface {
	Name() string
	Bots() []string
	Packs(ctx context.Context) (packs []*domain.Pack, err error)
}

Jump to

Keyboard shortcuts

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