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 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) Copy() BackendData
func (*UnknownBackendData) Equals ¶
func (*UnknownBackendData) Equals(d BackendData) bool
Click to show internal directories.
Click to hide internal directories.