2
0
Files
actions-proto-go/ping/v1/services.pb.go
GitCaddy Admin c5e4258abc
Some checks failed
CI / build (push) Failing after 22s
Release / release (push) Failing after 21s
Regenerate proto with CapabilitiesJson in FetchTaskRequest
2026-01-11 06:53:40 +00:00

68 lines
2.3 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v3.21.12
// source: ping/v1/services.proto
package pingv1
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_ping_v1_services_proto protoreflect.FileDescriptor
const file_ping_v1_services_proto_rawDesc = "" +
"\n" +
"\x16ping/v1/services.proto\x12\aping.v1\x1a\x16ping/v1/messages.proto2B\n" +
"\vPingService\x123\n" +
"\x04Ping\x12\x14.ping.v1.PingRequest\x1a\x15.ping.v1.PingResponseB/Z-code.gitea.io/actions-proto-go/ping/v1;pingv1b\x06proto3"
var file_ping_v1_services_proto_goTypes = []any{
(*PingRequest)(nil), // 0: ping.v1.PingRequest
(*PingResponse)(nil), // 1: ping.v1.PingResponse
}
var file_ping_v1_services_proto_depIdxs = []int32{
0, // 0: ping.v1.PingService.Ping:input_type -> ping.v1.PingRequest
1, // 1: ping.v1.PingService.Ping:output_type -> ping.v1.PingResponse
1, // [1:2] is the sub-list for method output_type
0, // [0:1] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_ping_v1_services_proto_init() }
func file_ping_v1_services_proto_init() {
if File_ping_v1_services_proto != nil {
return
}
file_ping_v1_messages_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_ping_v1_services_proto_rawDesc), len(file_ping_v1_services_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_ping_v1_services_proto_goTypes,
DependencyIndexes: file_ping_v1_services_proto_depIdxs,
}.Build()
File_ping_v1_services_proto = out.File
file_ping_v1_services_proto_goTypes = nil
file_ping_v1_services_proto_depIdxs = nil
}