Documentation ¶
Index ¶
- Constants
- func FormatterForRelayRequestAndResponse(apiInterface string) (inputFormatter func([]byte) []byte, outputFormatter func([]byte) []byte)
- func FormatterForRelayRequestAndResponseJsonRPC() (inputFormatter func([]byte) []byte, outputFormatter func([]byte) []byte)
- func IdentityFormatter() (inputFormatter func([]byte) []byte, outputFormatter func([]byte) []byte)
Constants ¶
View Source
const ( IDFieldName = "id" DefaultIDValue = 1 )
Variables ¶
This section is empty.
Functions ¶
func FormatterForRelayRequestAndResponse ¶
func FormatterForRelayRequestAndResponse(apiInterface string) (inputFormatter func([]byte) []byte, outputFormatter func([]byte) []byte)
input formatter works on the input data
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.