hello

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EchoRequest

type EchoRequest struct {
	Message string `json:"message"`
	Count   int16  `json:"count"`
}

func (*EchoRequest) FromWire

func (v *EchoRequest) FromWire(w wire.Value) error

func (*EchoRequest) String

func (v *EchoRequest) String() string

func (*EchoRequest) ToWire

func (v *EchoRequest) ToWire() (wire.Value, error)

type EchoResponse

type EchoResponse struct {
	Message string `json:"message"`
	Count   int16  `json:"count"`
}

func (*EchoResponse) FromWire

func (v *EchoResponse) FromWire(w wire.Value) error

func (*EchoResponse) String

func (v *EchoResponse) String() string

func (*EchoResponse) ToWire

func (v *EchoResponse) ToWire() (wire.Value, error)

Directories

Path Synopsis
service
yarpc

Jump to

Keyboard shortcuts

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