Documentation
¶
Overview ¶
Copyright © 2022 Platform9, Inc.
Copyright © 2022 Platform9, Inc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoteRPCServer ¶
type RemoteRPCServer struct {
// contains filtered or unexported fields
}
func NewRemoteRPC ¶
func NewRemoteRPC(conn Conn) (*RemoteRPCServer, error)
func SshRemoteRPC ¶
func SshRemoteRPC(server, user, sshKey string) (*RemoteRPCServer, error)
func (*RemoteRPCServer) GetAddress ¶
func (rc *RemoteRPCServer) GetAddress() string
GetAddress returns the address to connect o
func (*RemoteRPCServer) Start ¶
func (rc *RemoteRPCServer) Start() error
func (*RemoteRPCServer) Stop ¶
func (rc *RemoteRPCServer) Stop() error
Click to show internal directories.
Click to hide internal directories.