apiclient

package
v1.3.14 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig

func InitConfig(conf config.Section)

Types

type FFTMClient

type FFTMClient interface {
	GetEventStreams(ctx context.Context) ([]apitypes.EventStream, error)
	GetListeners(ctx context.Context, eventStreamID string) ([]apitypes.Listener, error)
	DeleteEventStream(ctx context.Context, eventStreamID string) error
	DeleteEventStreamsByName(ctx context.Context, nameRegex string) error
	DeleteListener(ctx context.Context, eventStreamID, listenerID string) error
	DeleteListenersByName(ctx context.Context, eventStreamID, nameRegex string) error
}

func NewFFTMClient

func NewFFTMClient(ctx context.Context, staticConfig config.Section) (FFTMClient, error)

Jump to

Keyboard shortcuts

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