mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
add Context.ReadJSONProtobuf method
Former-commit-id: 9c7f268c0d7be7e405ea97a5ac12257beba3a4f3
This commit is contained in:
@@ -66,6 +66,10 @@ type (
|
||||
//
|
||||
// It is an alias of the `context#JSON` type.
|
||||
JSON = context.JSON
|
||||
// ProtoMarshalOptions is a type alias for protojson.MarshalOptions.
|
||||
ProtoMarshalOptions = context.ProtoMarshalOptions
|
||||
// ProtoUnmarshalOptions is a type alias for protojson.UnmarshalOptions.
|
||||
ProtoUnmarshalOptions = context.ProtoUnmarshalOptions
|
||||
// XML the optional settings for XML renderer.
|
||||
//
|
||||
// It is an alias of the `context#XML` type.
|
||||
|
||||
Reference in New Issue
Block a user