export

package
v3.21.1 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Exporter added in v3.20.0

type Exporter interface {
	Publish(ctx context.Context, connectionName string, subject string, msg interface{}) error
	UpsertConnection(ctx context.Context, config interface{}, connectionName string, newDriver string) error
	CloseConnection(connectionName string) error
}

type System

type System struct {
	// contains filtered or unexported fields
}

func NewSystem

func NewSystem() *System

func (*System) CloseConnection

func (s *System) CloseConnection(connectionName string) error

func (*System) Publish

func (s *System) Publish(_ context.Context, connectionName string, subject string, msg interface{}) error

func (*System) UpsertConnection

func (s *System) UpsertConnection(ctx context.Context, config interface{}, connectionName string, newDriver string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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