mirror of
https://github.com/linka-cloud/grpc.git
synced 2024-11-22 10:56:26 +00:00
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() {
|
|
}
|