package hipchat

import "github.com/cloudflare/redoctober/hipchat"

Index

Constants

const (
	RedBackground    = "red"
	YellowBackground = "yellow"
	GreenBackground  = "green"
	GrayBackground   = "gray"
	RandomBackground = "random"
	PurpleBackground = "purple"
)

Types

type HipchatClient

type HipchatClient struct {
	RoomId int
	ApiKey string
	HcHost string
	RoHost string
}

func NewClient

func NewClient() *HipchatClient

func (*HipchatClient) Notify

func (h *HipchatClient) Notify(msg, color string) error

Source Files

hipchat.go

Version
v0.0.0-20241112165158-ce2ad370627b (latest)
Published
Nov 12, 2024
Platform
linux/amd64
Imports
9 packages
Last checked
1 day ago

Tools for package owners.