Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingArgs = errors.New("missing arguments") ErrValidation = errors.New("validation failed") ErrMissingCertOrKey = errors.New("cert and key must be both set") ErrEmptyAddress = errors.New("address must not be empty") ErrNoSource = errors.New("at least 1 proto file must be specified or reflection used") )
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
// contains filtered or unexported fields
}
Call represents a command to make an RPC call.
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
Request represents a command to build formatted request string or file.
func NewRequest ¶
NewRequest creates a new Request instance.
Click to show internal directories.
Click to hide internal directories.