client

package
v0.0.0-...-f4541f6 Latest Latest
Warning

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

Go to latest
Published: May 19, 2018 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Create(ctx context.Context, filter string) error
	Add(ctx context.Context, filter string, keys []string) ([]bool, error)
	Has(ctx context.Context, filter string, keys []string) ([]bool, error)
	Drop(ctx context.Context, filter string) error
	Shutdown()
}

func NewBloomClient

func NewBloomClient(hostname string, timeout time.Duration) (Client, error)

Jump to

Keyboard shortcuts

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