events

package
v0.8.20 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module("events",
	fx.Provide(
		New,
	),
	fx.Decorate(wrapLogger),
)

Functions

This section is empty.

Types

type Params added in v0.8.0

type Params struct {
	fx.In

	LC     fx.Lifecycle
	Config *config.Config
}

type Result added in v0.8.13

type Result struct {
	fx.Out

	JS nats.JetStreamContext
}

func New added in v0.8.0

func New(p Params) (res Result, err error)

type Subject added in v0.8.0

type Subject string

type Topic added in v0.8.0

type Topic string

type Type added in v0.8.0

type Type string

Jump to

Keyboard shortcuts

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