Versions in this module Expand all Collapse all v3 v3.7.3 Apr 29, 2020 Changes in this version + type PayloadDecoder interface + Decode func(ctx context.Context, ids ttnpb.EndDeviceIdentifiers, ...) error + type PayloadDecoderRPC struct + func (r *PayloadDecoderRPC) Process(ctx context.Context, req *ttnpb.ProcessUplinkMessageRequest) (*ttnpb.ApplicationUplink, error) + type PayloadEncodeDecoder interface + type PayloadEncoder interface + Encode func(ctx context.Context, ids ttnpb.EndDeviceIdentifiers, ...) error + type PayloadEncoderRPC struct + func (r *PayloadEncoderRPC) Process(ctx context.Context, req *ttnpb.ProcessDownlinkMessageRequest) (*ttnpb.ApplicationDownlink, error)