Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is a Glue provider for gorilla/rpc. The main difference between stl and gorilla's rpc method format is the optional, request first argument in Gorilla so we shift that and proxy to stl provider in most of the methods.
func (*Provider) GetArgType ¶
GetArgType proxies stl.GetArgType with a shifted function.
func (*Provider) GetReplyType ¶
GetReplyType proxies stl.GetReplyType with a shifted function.
Click to show internal directories.
Click to hide internal directories.