gobot

command module
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: MIT Imports: 8 Imported by: 0

README

gobot

Build Issues Pull Requests Go Doc License

A Bot written in Go.

Coverage Alias

alias coverage="go test -coverprofile /tmp/c.out; uncover /tmp/c.out; rm /tmp/c.out;"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package actions contains the actions that the bot can perform.
Package actions contains the actions that the bot can perform.
Package config handles configuration of the bot and is also a store for global variables such as version, etc which are set on building via the Makefile.
Package config handles configuration of the bot and is also a store for global variables such as version, etc which are set on building via the Makefile.
Package listener defines chat listeners for the bot.
Package listener defines chat listeners for the bot.
Package log provides logging functions.
Package log provides logging functions.
Package message handles message definitions and message senders.
Package message handles message definitions and message senders.
Package server provides the HTTP server and endpoints.
Package server provides the HTTP server and endpoints.
endpoint
Package endpoint contains all the HTTP endpoints.
Package endpoint contains all the HTTP endpoints.
Package store handles interaction with the backing store.
Package store handles interaction with the backing store.
aws
Package aws handles using AWS as the backing store.
Package aws handles using AWS as the backing store.

Jump to

Keyboard shortcuts

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