Documentation ¶
Overview ¶
Package cluster is a package for the cluster service for communication between nodes in the Yorkie cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client for admin service.
type Option ¶
type Option func(*Options)
Option configures Options.
func WithLogger ¶
WithLogger configures the Logger of the client.
func WithSecure ¶
WithSecure configures secure option of the client.
Click to show internal directories.
Click to hide internal directories.