gitops_slack_bot

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2025 License: Apache-2.0 Imports: 1 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 {
	LastError error
}

func Start

func Start(ln net.Listener, triggerMessage string, onReceveMessage func(string) error) (*Bot, error)

Starts a slack bot that listens to the provided listener and calls the onReceveMessage function when a message is received. The onReceveMessage function should return an error if the bot should stop. The bot does not return the error from onReceveMessage. Instead, it sets the LastError field to the error and stops the bot, so that the caller can check the LastError field to see the result of the onReceveMessage function.

The bot triggers the onReceveMessage function when the triggerMessage is received.

Jump to

Keyboard shortcuts

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