internal

package module
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

README

go-bludgeon/internal (github.com/antonio-alexander/go-bludgeon/internal)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Closer

type Closer interface {
	Close()
}

type Configurer

type Configurer interface {
	Configure(items ...interface{}) error
}

type Initializer

type Initializer interface {
	Initialize() error
	Shutdowner
}

type Parameterizer added in v1.3.1

type Parameterizer interface {
	SetParameters(parameters ...interface{})
	SetUtilities(parameters ...interface{})
}

type Shutdowner

type Shutdowner interface {
	Shutdown()
}

Directories

Path Synopsis
grpc
rest
websocket

Jump to

Keyboard shortcuts

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