Packages
Provides the ability to create services in accordance with the JSONRPC 2.0 specification. There is no transport layer, but only tools for creating transport-independent JSONRPC 2.0 services.
Current section
Files
Jump to
Current section
Files
lib/jsonrpc2/service/gettext.ex
defmodule JSONRPC2.Service.Gettext do
use Gettext.Backend, otp_app: :jsonrpc2_service
end