Documentation ¶
Index ¶
- func ErrorDecode(code int) (_ error)
- func MakeHandlerJSONRPCServiceInterface(s service.Interface, logger log.Logger, opts ...serverServiceInterfaceOption) (http.Handler, error)
- func NewClientJSONRPCServiceInterface(tgt string, opts ...clientServiceInterfaceOption) (service.Interface, error)
- func ServiceInterfaceCreateClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
- func ServiceInterfaceCreateClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
- func ServiceInterfaceCreateServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
- func ServiceInterfaceCreateServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
- func ServiceInterfaceDeleteClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
- func ServiceInterfaceDeleteClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
- func ServiceInterfaceDeleteServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
- func ServiceInterfaceDeleteServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
- func ServiceInterfaceEndpointMiddlewares(v ...endpoint.Middleware) (_ serverServiceInterfaceOption)
- func ServiceInterfaceGenericClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGenericClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGenericServerOptions(v ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
- func ServiceInterfaceGetAllClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGetAllClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGetAllServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
- func ServiceInterfaceGetAllServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
- func ServiceInterfaceGetClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGetClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
- func ServiceInterfaceGetServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
- func ServiceInterfaceGetServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorDecode ¶
func ServiceInterfaceCreateClientEndpointMiddlewares ¶ added in v1.1.0
func ServiceInterfaceCreateClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
func ServiceInterfaceCreateClientOptions ¶
func ServiceInterfaceCreateClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
func ServiceInterfaceCreateServerEndpointMiddlewares ¶ added in v1.1.2
func ServiceInterfaceCreateServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
func ServiceInterfaceCreateServerOptions ¶ added in v1.1.2
func ServiceInterfaceCreateServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
func ServiceInterfaceDeleteClientEndpointMiddlewares ¶ added in v1.2.2
func ServiceInterfaceDeleteClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
func ServiceInterfaceDeleteClientOptions ¶ added in v1.2.2
func ServiceInterfaceDeleteClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
func ServiceInterfaceDeleteServerEndpointMiddlewares ¶ added in v1.2.2
func ServiceInterfaceDeleteServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
func ServiceInterfaceDeleteServerOptions ¶ added in v1.2.2
func ServiceInterfaceDeleteServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
func ServiceInterfaceEndpointMiddlewares ¶ added in v1.2.2
func ServiceInterfaceEndpointMiddlewares(v ...endpoint.Middleware) (_ serverServiceInterfaceOption)
func ServiceInterfaceGenericClientEndpointMiddlewares ¶ added in v1.2.2
func ServiceInterfaceGenericClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
func ServiceInterfaceGenericClientOptions ¶
func ServiceInterfaceGenericClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
func ServiceInterfaceGenericServerOptions ¶
func ServiceInterfaceGenericServerOptions(v ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
func ServiceInterfaceGetAllClientEndpointMiddlewares ¶ added in v1.1.0
func ServiceInterfaceGetAllClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
func ServiceInterfaceGetAllClientOptions ¶
func ServiceInterfaceGetAllClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
func ServiceInterfaceGetAllServerEndpointMiddlewares ¶ added in v1.1.2
func ServiceInterfaceGetAllServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
func ServiceInterfaceGetAllServerOptions ¶ added in v1.1.2
func ServiceInterfaceGetAllServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
func ServiceInterfaceGetClientEndpointMiddlewares ¶ added in v1.1.0
func ServiceInterfaceGetClientEndpointMiddlewares(opt ...endpoint.Middleware) (_ clientServiceInterfaceOption)
func ServiceInterfaceGetClientOptions ¶
func ServiceInterfaceGetClientOptions(opt ...jsonrpc.ClientOption) (_ clientServiceInterfaceOption)
func ServiceInterfaceGetServerEndpointMiddlewares ¶ added in v1.1.2
func ServiceInterfaceGetServerEndpointMiddlewares(opt ...endpoint.Middleware) (_ serverServiceInterfaceOption)
func ServiceInterfaceGetServerOptions ¶ added in v1.1.2
func ServiceInterfaceGetServerOptions(opt ...jsonrpc.ServerOption) (_ serverServiceInterfaceOption)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.