coordination

package
v3.2.3-fix Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2021 License: Apache-2.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 Client

type Client interface {
	CreateNode(ctx context.Context, path string, config coordination.Config) (err error)
	AlterNode(ctx context.Context, path string, config coordination.Config) (err error)
	DropNode(ctx context.Context, path string) (err error)
	DescribeNode(ctx context.Context, path string) (_ *scheme.Entry, _ *coordination.Config, err error)
	Close(ctx context.Context) error
}

func New

func New(c cluster.Cluster) Client

Jump to

Keyboard shortcuts

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