client

package
v0.10.3-0...-930112e Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignmentService

type AssignmentService interface {
	// AssignmentDiscover is used to watches the assignment discovery.
	types.AssignmentDiscoverWatcher
}

AssignmentService is the interface of assignment service.

type Client

type Client interface {
	// Assignment access assignment service.
	Assignment() AssignmentService

	// Close close the client.
	Close()
}

Client is the interface of log service client.

func NewClient

func NewClient(etcdCli *clientv3.Client) Client

NewClient creates a new client.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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