bot

package
v0.0.0-...-26d883c Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package bot provides the dockerbot main functionality

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
}

Bot is the main struct that provides dockerbot

func New

func New(conf *config.Config) (*Bot, error)

New creates a new dockerbot instance using the given configuration

func (*Bot) Run

func (b *Bot) Run() error

Run runs the bot in the foreground indefinitely or until Stop is called. This method does not return unless there is an error, or if gracefully shut down via Stop.

func (*Bot) Stop

func (b *Bot) Stop()

Stop gracefully shuts down the bot, closing all active sessions gracefully

Jump to

Keyboard shortcuts

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