server

package
v0.0.0-...-c1b7731 Latest Latest
Warning

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

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

Documentation

Overview

Package server contains the bridge server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	BindAddr        string
	CredentialsFile string
	DumpOnly        bool
	GracePeriod     time.Duration
	ProjectID       string
	SharedKeys      []string
	TopicPrefix     string
}

Server contains the configuration and main HTTP loop.

func (*Server) ListenAndServe

func (s *Server) ListenAndServe(ctx context.Context) error

ListenAndServe blocks until the context is cancelled and all in-flight requests have been processed.

Jump to

Keyboard shortcuts

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