bot

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package bot provides the replbot 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 REPLbot

func New

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

New creates a new REPLbot instance using the given configuration

func (*Bot) Run added in v0.1.5

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