endpoint

package
v0.117.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint interface {
	// Container returns an RPC endpoint URL suitable for use with the agent running in the container.
	Container() string

	// Direct returns an RPC endpoint URL suitable for use with the agent running on the host.
	Direct() string
}

type Local

type Local struct {
	// contains filtered or unexported fields
}

func NewLocal

func NewLocal(containerEndpoint string, directEndpoint string) *Local

func (*Local) Container

func (local *Local) Container() string

func (*Local) Direct

func (local *Local) Direct() string

type Remote

type Remote struct {
	// contains filtered or unexported fields
}

func NewRemote

func NewRemote(remoteEndpoint string) *Remote

func (*Remote) Container

func (remote *Remote) Container() string

func (*Remote) Direct

func (remote *Remote) Direct() string

Jump to

Keyboard shortcuts

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