sbc

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrContainerNameNotSupported = errors.New("selected container type not supported")
View Source
var ErrCouldNotGetContainerIDs = errors.New("could not get the list of container IDs")

Functions

This section is empty.

Types

type ContainerName

type ContainerName int
const (
	KamailioContainer ContainerName = iota
	RTPEngineContainer
	LetsEncryptContainer
)

type ISBC

type ISBC interface {
	Run()
	Restart(fqdnName string) error
	Recreate(fqdnName string) error
	Destroy(fqdnName string) error
	DestroyLetsEncryptNode() error
	List() ([]types.Sbc, error)

	Close()
}

func NewSBC

func NewSBC() (ISBC, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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