Versions in this module Expand all Collapse all v0 v0.3.0 Nov 7, 2022 v0.2.0 Mar 1, 2022 Changes in this version + var File_github_com_containerd_protobuild_examples_v2_foo_proto protoreflect.FileDescriptor + var Foo_ServiceDesc = grpc.ServiceDesc + func RegisterFooServer(s grpc.ServiceRegistrar, srv FooServer) + type DoRequest struct + Timestamp *timestamppb.Timestamp + func (*DoRequest) Descriptor() ([]byte, []int) + func (*DoRequest) ProtoMessage() + func (x *DoRequest) GetTimestamp() *timestamppb.Timestamp + func (x *DoRequest) ProtoReflect() protoreflect.Message + func (x *DoRequest) Reset() + func (x *DoRequest) String() string + type FooClient interface + Do func(ctx context.Context, in *DoRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewFooClient(cc grpc.ClientConnInterface) FooClient + type FooServer interface + Do func(context.Context, *DoRequest) (*emptypb.Empty, error) + type UnimplementedFooServer struct + func (UnimplementedFooServer) Do(context.Context, *DoRequest) (*emptypb.Empty, error) + type UnsafeFooServer interface