push

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package push defines shared BeeBuzz push protocol constants.

Index

Constants

View Source
const (
	// DefaultTopicName is used when no topic is explicitly provided.
	DefaultTopicName = "general"
	// PriorityHigh requests higher delivery urgency.
	PriorityHigh = "high"
	// PriorityNormal is the default delivery urgency.
	PriorityNormal = "normal"
	// PriorityHeader carries the desired urgency for octet-stream push requests.
	PriorityHeader = "X-Priority"
)

Variables

View Source
var ValidPriorities = []string{"", PriorityHigh, PriorityNormal}

ValidPriorities lists all accepted push priority values.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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