comprise

package module
v0.0.0-...-fcdccef Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2015 License: MIT Imports: 7 Imported by: 2

README

comprise

TeamViewer replacement

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ID     string
	Name   string
	Secret []byte
}

type Server

type Server struct {
	Clients map[string]*Client
	// contains filtered or unexported fields
}

func NewServer

func NewServer() *Server

func (*Server) RegisterClient

func (server *Server) RegisterClient(name *string, reply *Client) error

func (*Server) UnRegisterClient

func (server *Server) UnRegisterClient(client *Client, reply *struct{}) error

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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