replication

package
v0.0.0-...-86c26d7 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
}

func NewLog

func NewLog() *Log

func (*Log) Emit

func (l *Log) Emit(ctx context.Context, req *domain.Request) error

type PubSub

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

func NewPubSub

func NewPubSub(ctx context.Context, projectID, topicID string) (*PubSub, error)

func (*PubSub) Emit

func (p *PubSub) Emit(ctx context.Context, req *domain.Request) error

type Replica

type Replica interface {
	Emit(ctx context.Context, req *domain.Request) error
}

Jump to

Keyboard shortcuts

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