spi

package
v0.0.0-...-fcc93ed Latest Latest
Warning

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

Go to latest
Published: May 2, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flux

type Flux interface {
	flux.Flux
	BlockToChan(ctx context.Context, to interface{}) error
	BlockToSlice(ctx context.Context, to interface{}) error
}

type Mono

type Mono interface {
	mono.Mono
	BlockTo(ctx context.Context, to interface{}) error
}

type RequestSpec

type RequestSpec interface {
	Metadata(metadata interface{}, mimeType string) RequestSpec
	Data(data interface{}) RequestSpec
	RetrieveMono() Mono
	RetrieveFlux() Flux
	Retrieve() error
}

type Requester

type Requester interface {
	io.Closer
	Route(route string, args ...interface{}) RequestSpec
}

Jump to

Keyboard shortcuts

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