Documentation ¶ Index ¶ type Ping func (v *Ping) FromWire(w wire.Value) error func (v *Ping) String() string func (v *Ping) ToWire() (wire.Value, error) type Pong func (v *Pong) FromWire(w wire.Value) error func (v *Pong) String() string func (v *Pong) ToWire() (wire.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ping ¶ type Ping struct { Beep string `json:"beep"` } func (*Ping) FromWire ¶ func (v *Ping) FromWire(w wire.Value) error func (*Ping) String ¶ func (v *Ping) String() string func (*Ping) ToWire ¶ func (v *Ping) ToWire() (wire.Value, error) type Pong ¶ type Pong struct { Boop string `json:"boop"` } func (*Pong) FromWire ¶ func (v *Pong) FromWire(w wire.Value) error func (*Pong) String ¶ func (v *Pong) String() string func (*Pong) ToWire ¶ func (v *Pong) ToWire() (wire.Value, error) Source Files ¶ View all Source files types.go Directories ¶ Show internal Expand all Path Synopsis service echo yarpc echoclient echoserver Click to show internal directories. Click to hide internal directories.