backend

package
v0.0.0-...-f353a85 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2025 License: MPL-2.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 BackendData

type BackendData interface {
	Copy() BackendData
	Equals(BackendData) bool
}

type Cloud

type Cloud struct {
	Hostname string
}

func (*Cloud) Equals

func (be *Cloud) Equals(b *Cloud) bool

type Remote

type Remote struct {
	Hostname string
}

func (*Remote) Copy

func (r *Remote) Copy() BackendData

func (*Remote) Equals

func (r *Remote) Equals(d BackendData) bool

type UnknownBackendData

type UnknownBackendData struct{}

func (*UnknownBackendData) Copy

func (*UnknownBackendData) Equals

func (*UnknownBackendData) Equals(d BackendData) bool

Jump to

Keyboard shortcuts

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