handlers

package
v0.0.0-...-72c5f26 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InitHandler

type InitHandler struct {
}

func (*InitHandler) Handle

func (h *InitHandler) Handle(w http.ResponseWriter, r *http.Request)

type Page

type Page struct {
	Topics []*pubsub.Topic
}

type PullHandler

type PullHandler struct {
}

func (*PullHandler) Handle

func (h *PullHandler) Handle(w http.ResponseWriter, r *http.Request)

type QueryHandler

type QueryHandler struct {
}

func (*QueryHandler) Handle

func (qh *QueryHandler) Handle(w http.ResponseWriter, r *http.Request)

type SpaHandler

type SpaHandler struct {
	Page     Page
	Template *template.Template
}

func (*SpaHandler) Handle

func (spah *SpaHandler) Handle(w http.ResponseWriter, r *http.Request)

type SubItem

type SubItem struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type SubItems

type SubItems []SubItem

type SubscriptionHandler

type SubscriptionHandler struct {
}

func (*SubscriptionHandler) Handle

type SubscriptionPolicyHandler

type SubscriptionPolicyHandler struct {
}

func (*SubscriptionPolicyHandler) Handle

Jump to

Keyboard shortcuts

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