http

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InvitationHandler

func InvitationHandler(service svc.Service) func(w http.ResponseWriter, r *http.Request)

func Server

func Server(opts ...Option) (ohttp.Service, error)

Server initializes the http service and server.

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func Config

func Config(val *config.Config) Option

Config provides a function to set the config option.

func Context

func Context(val context.Context) Option

Context provides a function to set the context option.

func Flags

func Flags(val []cli.Flag) Option

Flags provides a function to set the flags option.

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func Name

func Name(val string) Option

Name provides a name for the service.

func Namespace

func Namespace(val string) Option

Namespace provides a function to set the namespace option.

func Service

func Service(val svc.Service) Option

Service provides a function to set the service option.

type Options

type Options struct {
	Name      string
	Namespace string
	Logger    log.Logger
	Context   context.Context
	Config    *config.Config
	Flags     []cli.Flag
	Service   svc.Service
}

Options defines the available options for this package.

Jump to

Keyboard shortcuts

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