common

package module
v0.0.0-...-e827013 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection interface {
	Runable
}

type ConnectionFactory

type ConnectionFactory interface {
	Startable
	Stopable
	CreateConnection() Connection
}

type Runable

type Runable interface {
	Startable
	Stopable
	Run() bool
}

type Startable

type Startable interface {
	Start() bool
}

type Stopable

type Stopable interface {
	Stop() bool
}

Jump to

Keyboard shortcuts

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