package
Version:
v0.0.48
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Call[A, B, C any](rpc func(client C, ctx context.Context, req *A, options ...grpc.CallOption) (*B, error), client C, c *gin.Context, opts ...*Option[A, B])
type Option[A, B any] struct {
BindAfter func(*A) error
RespAfter func(*B) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.