bufman

package
v0.0.0-...-1835382 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 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 Bufman

type Bufman struct {
	OpenBufman bool   `yaml:"open_bufman"`
	Server     Server `yaml:"server"`
}

func DefaultBufmanConfig

func DefaultBufmanConfig() Bufman

type Server

type Server struct {
	ServerHost     string `yaml:"server_host"`
	HTTPPort       int    `yaml:"port"`
	GrpcPlainPort  int    `yaml:"grpc_plain_port"`
	GrpcSecurePort int    `yaml:"grpc_secure_port"`

	PageTokenExpireTime time.Duration `yaml:"page_token_expire_time"`
	PageTokenSecret     string        `yaml:"page_token_secret"`
}

func (*Server) Sanitize

func (s *Server) Sanitize()

func (*Server) Validate

func (s *Server) Validate() error

Jump to

Keyboard shortcuts

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