domain

package
v0.0.0-...-241dc9a Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boss

type Boss struct {
	ID              uuid.UUID
	Addr            net.Addr
	Conn            net.Conn
	IsAuthenticated bool
}

Boss struct

type Client

type Client struct {
	ID   uuid.UUID `json:"id"`
	Addr net.Addr  `json:"address"`
	Conn net.Conn  `json:"-"`
}

Client struct

type Package

type Package struct {
	Command string
	Data    []interface{}
}

Package struct

Jump to

Keyboard shortcuts

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