Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func NewCoordinator ¶
func NewCoordinator(endpoints []string) (*Coordinator, error)
func (*Coordinator) NextCounter ¶
func (c *Coordinator) NextCounter(ctx context.Context) (int, error)
func (*Coordinator) Shutdown ¶
func (c *Coordinator) Shutdown()
Click to show internal directories.
Click to hide internal directories.