riker

package
v0.0.0-...-10acafb Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrorAlreadyRegistered is returned when a registration attempt is made for an
	// already existing command and the Capability deosn't specify forced registration
	ErrorAlreadyRegistered = rikerError("Already registered")

	// ErrorNotRegistered is returned when a client making a request request is not registered.
	ErrorNotRegistered = rikerError("Not registered")

	// ErrorInternalServer is a Generic failure on the server side while trying to process a client (usually a registration)
	ErrorInternalServer = rikerError("Unable to complete request")

	// RedshirtBacklogSize is the redshirt message queue buffer size. how many messages we will backlog for a registerd command
	RedshirtBacklogSize = uint32(20)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Bot

type Bot interface {
	HealthZ() error
	Run()
	ChatSend(msg, channel string)
	botpb.RikerServer
}

Jump to

Keyboard shortcuts

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