mirror of
https://github.com/linka-cloud/grpc.git
synced 2026-06-09 13:35:47 +00:00
3a3d77169c
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
22 lines
407 B
Go
22 lines
407 B
Go
// Code generated by protoc-gen-defaults. DO NOT EDIT.
|
|
|
|
package testservice
|
|
|
|
import (
|
|
"google.golang.org/protobuf/types/known/durationpb"
|
|
"google.golang.org/protobuf/types/known/timestamppb"
|
|
"google.golang.org/protobuf/types/known/wrapperspb"
|
|
)
|
|
|
|
var (
|
|
_ *timestamppb.Timestamp
|
|
_ *durationpb.Duration
|
|
_ *wrapperspb.BoolValue
|
|
)
|
|
|
|
func (x *PingRequest) Default() {
|
|
}
|
|
|
|
func (x *PingResponse) Default() {
|
|
}
|