Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BaekGeunYoung committed Mar 14, 2024
1 parent 9ae0d80 commit dfa9fb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/src/main/scala/scalapb/zio_grpc/transforms.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ object GTransform {
}

/** Describes a transformation for all effects and streams of a generic service.
*
* Instances of this class can be used to apply a transformation to all methods of a service to generate a new
* "decorated" service. This can be used for pre- or post-processing of requests/response or to transform the context.
*
* [[RTransform]] is different from [[GTransform]] in that users can access to the request body
* while decorating service using [[RTransform]]. This is especially useful for request / resposne logging.
*/
*
* Instances of this class can be used to apply a transformation to all methods of a service to generate a new
* "decorated" service. This can be used for pre- or post-processing of requests/response or to transform the context.
*
* [[RTransform]] is different from [[GTransform]] in that users can access to the request body while decorating
* service using [[RTransform]]. This is especially useful for request / resposne logging.
*/
trait RTransform[+ContextIn, -ErrorIn, -ContextOut, +ErrorOut] {
self =>
def effect[Req, Resp](
Expand Down

0 comments on commit dfa9fb1

Please sign in to comment.