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: 25 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 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 GatewaySelector

func GatewaySelector(gatewaySelector pool.Selectable[gateway.GatewayAPIClient]) Option

GatewaySelector provides a function to configure the gateway client selector

func HistoryClient

func HistoryClient(h ehsvc.EventHistoryService) Option

HistoryClient provides a function to configure the event history client

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func Metrics

func Metrics(val *metrics.Metrics) Option

Metrics provides a function to set the metrics option.

func Namespace

func Namespace(val string) Option

Namespace provides a function to set the Namespace option.

func RegisteredEvents

func RegisteredEvents(evs []events.Unmarshaller) Option

RegisteredEvents provides a function to register events

func Store

func Store(store store.Store) Option

Store provides a function to configure the store

func Stream

func Stream(stream events.Stream) Option

Stream provides a function to configure the stream

func TraceProvider

func TraceProvider(val trace.TracerProvider) Option

TraceProvider provides a function to set the TracerProvider option

func ValueClient

func ValueClient(val settingssvc.ValueService) Option

ValueClient provides a function to set the ValueClient options

type Options

type Options struct {
	Logger           log.Logger
	Context          context.Context
	Config           *config.Config
	Metrics          *metrics.Metrics
	Flags            []cli.Flag
	Namespace        string
	Store            store.Store
	Stream           events.Stream
	GatewaySelector  pool.Selectable[gateway.GatewayAPIClient]
	TraceProvider    trace.TracerProvider
	HistoryClient    ehsvc.EventHistoryService
	ValueClient      settingssvc.ValueService
	RegisteredEvents []events.Unmarshaller
}

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