Versions in this module Expand all Collapse all v1 v1.2.0 Feb 26, 2012 v1.1.0 Feb 10, 2012 Changes in this version + func ListenAndServeOffloadService(addr string, backend OffloadService) error + func RegisterOffloadServiceWeb(this OffloadServiceWeb, mux webrpc.ServeMux) error + func ServeOffloadService(conn net.Conn, backend OffloadService) error + type DataSet struct + Data *string + XXX_unrecognized []byte + func (this *DataSet) Reset() + func (this *DataSet) String() string + type OffloadService interface + Compute func(in *DataSet, out *ResultSet) error + func DialOffloadService(addr string) (OffloadService, error) + func NewOffloadServiceClient(conn net.Conn) OffloadService + func NewOffloadServiceWebClient(pro webrpc.Protocol, remote *url.URL) OffloadService + type OffloadServiceWeb interface + Compute func(r *http.Request, in *DataSet, out *ResultSet) error + type ResultSet struct + Result *string + XXX_unrecognized []byte + func (this *ResultSet) Reset() + func (this *ResultSet) String() string Incompatible versions in this module v2.1.1+incompatible Jan 6, 2013 v2.1.0+incompatible Jan 6, 2013 v2.0.0+incompatible Apr 1, 2012