Documentation
¶
Index ¶
Constants ¶
View Source
const (
ADDRESS = "localhost:5205"
)
View Source
const PORT = ":5205"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gob ¶
type Gob struct {
}
func NewGobObject ¶
func NewGobObject() *Gob
func (*Gob) RegisterName ¶
type Handler ¶
type Handler struct {
Func reflect.Value
NParams int
NReturn int
ArgsType reflect.Type // maybe nil
ReplyType reflect.Type // maybe nil
}
Func(ctx context.Context, Args ArgsType, ReplyType)
Click to show internal directories.
Click to hide internal directories.