reloader

package
v0.0.0-...-b37ba86 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2013 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func CreateClient

func CreateClient(transportParams map[string]string) (*Client, error)

func (*Client) Message

func (c *Client) Message(message string)

type DummyEventEmitter

type DummyEventEmitter struct{}

func (*DummyEventEmitter) Sup

func (d *DummyEventEmitter) Sup(request Request, res *Response) error

type Request

type Request struct {
	Sup string
}

type Response

type Response struct {
	Sup string
}

type Server

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

func CreateServer

func CreateServer() (s *Server, err error)

func (*Server) Start

func (s *Server) Start(path string) error

type Transport

type Transport struct {
	Connection *ssh.ClientConn
}

func CreateTransport

func CreateTransport(transportParameters map[string]string) (*Transport, error)

func (*Transport) Publish

func (t *Transport) Publish(message string)

*

  • Establishes a session with the ClientConn and starts the netcat session
  • for RPC

type Transporter

type Transporter interface {
	Publish(string) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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