client

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialer

type Dialer interface {
	Call(string, interface{}, interface{}, func(error), bool) error
	Close() error
}

func Dial

func Dial(conf config.Config) (Dialer, error)

func NewEstablisher

func NewEstablisher(conf config.Config) (Dialer, error)

type IScheduler

type IScheduler interface {
	Schedule(func())
	CountScheduled() int
	CountConfirmations() int
	IncConfirmations()
	DecConfirmations()
}

func NewScheduler

func NewScheduler(capacity int) IScheduler

Jump to

Keyboard shortcuts

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