bot

package
v0.0.0-...-84b55d0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bot

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

func New

func New(opts Opts) (*Bot, error)

func (*Bot) Run

func (b *Bot) Run(ctx context.Context) error

Run all deps and bot. Returns an error if occur nolint:gocyclo // running all deps is complexity

type Opts

type Opts struct {
	DB         store.Store
	Logger     *zap.Logger
	Hub        *hub.Hub
	Reporter   *reporter.Reporter
	Token      string
	CertFile   string
	KeyFile    string
	WebhookURL string
	Pattern    string
	Address    string
	Admins     []string
	Debug      bool
}

Jump to

Keyboard shortcuts

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