Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoOutputDocForMethod = errors.New("failed to get output documentation for given method") ErrNoInputDocForMethod = errors.New("failed to get input documentation for given method") ErrProtoDoc = errors.New("for using RPC you must have autodoc implemented on given server type") ErrNoServerType = errors.New("no server type chosen") ErrGzip = errors.New("failed to unzip gzip binary") ErrEmptyRequest = errors.New("empty request body") )
Errors that could be occurred
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.