infrastructure

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connections

type Connections interface {
	Get(string) (domain.Client, error)
	Put(domain.Client)
	Delete(string)
}

func NewConnections added in v0.0.2

func NewConnections() Connections

type Messaging

type Messaging interface {
	Publish(context.Context, *domain.IncomingEvent) error
	Receive(context.Context, chan<- *domain.OutgoingEvent) error
}

func NewMessaging

func NewMessaging(cloudEventsClient ceclient.Client) Messaging

Jump to

Keyboard shortcuts

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