http

package
v1.1.0-alpha.4 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 Server

func Server(opts ...Option) (http.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 Consumer

func Consumer(consumer events.Consumer) Option

Consumer provides a function to configure the consumer

func Context

func Context(val context.Context) Option

Context provides a function to set the context option.

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func RegisteredEvents

func RegisteredEvents(evs []events.Unmarshaller) Option

RegisteredEvents provides a function to register events

func TracerProvider

func TracerProvider(val trace.TracerProvider) Option

TracerProvider provides a function to set the TracerProvider option

type Options

type Options struct {
	Logger           log.Logger
	Context          context.Context
	Config           *config.Config
	Consumer         events.Consumer
	RegisteredEvents []events.Unmarshaller
	TracerProvider   trace.TracerProvider
}

Options defines the available options for this package.

type Service

type Service interface {
}

Service is the service interface

Jump to

Keyboard shortcuts

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