Files
waf-platform/EdgeCommon/pkg/rpc/pb/service_acme_authentication.pb.go
2026-03-22 17:37:40 +08:00

175 lines
6.4 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v3.19.6
// source: service_acme_authentication.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
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)
)
// 获取Key
type FindACMEAuthenticationKeyWithTokenRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindACMEAuthenticationKeyWithTokenRequest) Reset() {
*x = FindACMEAuthenticationKeyWithTokenRequest{}
mi := &file_service_acme_authentication_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindACMEAuthenticationKeyWithTokenRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindACMEAuthenticationKeyWithTokenRequest) ProtoMessage() {}
func (x *FindACMEAuthenticationKeyWithTokenRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_acme_authentication_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindACMEAuthenticationKeyWithTokenRequest.ProtoReflect.Descriptor instead.
func (*FindACMEAuthenticationKeyWithTokenRequest) Descriptor() ([]byte, []int) {
return file_service_acme_authentication_proto_rawDescGZIP(), []int{0}
}
func (x *FindACMEAuthenticationKeyWithTokenRequest) GetToken() string {
if x != nil {
return x.Token
}
return ""
}
type FindACMEAuthenticationKeyWithTokenResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindACMEAuthenticationKeyWithTokenResponse) Reset() {
*x = FindACMEAuthenticationKeyWithTokenResponse{}
mi := &file_service_acme_authentication_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindACMEAuthenticationKeyWithTokenResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindACMEAuthenticationKeyWithTokenResponse) ProtoMessage() {}
func (x *FindACMEAuthenticationKeyWithTokenResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_acme_authentication_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindACMEAuthenticationKeyWithTokenResponse.ProtoReflect.Descriptor instead.
func (*FindACMEAuthenticationKeyWithTokenResponse) Descriptor() ([]byte, []int) {
return file_service_acme_authentication_proto_rawDescGZIP(), []int{1}
}
func (x *FindACMEAuthenticationKeyWithTokenResponse) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
var File_service_acme_authentication_proto protoreflect.FileDescriptor
const file_service_acme_authentication_proto_rawDesc = "" +
"\n" +
"!service_acme_authentication.proto\x12\x02pb\"A\n" +
")FindACMEAuthenticationKeyWithTokenRequest\x12\x14\n" +
"\x05token\x18\x01 \x01(\tR\x05token\">\n" +
"*FindACMEAuthenticationKeyWithTokenResponse\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key2\xa1\x01\n" +
"\x19ACMEAuthenticationService\x12\x83\x01\n" +
"\"findACMEAuthenticationKeyWithToken\x12-.pb.FindACMEAuthenticationKeyWithTokenRequest\x1a..pb.FindACMEAuthenticationKeyWithTokenResponseB\x06Z\x04./pbb\x06proto3"
var (
file_service_acme_authentication_proto_rawDescOnce sync.Once
file_service_acme_authentication_proto_rawDescData []byte
)
func file_service_acme_authentication_proto_rawDescGZIP() []byte {
file_service_acme_authentication_proto_rawDescOnce.Do(func() {
file_service_acme_authentication_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_acme_authentication_proto_rawDesc), len(file_service_acme_authentication_proto_rawDesc)))
})
return file_service_acme_authentication_proto_rawDescData
}
var file_service_acme_authentication_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_service_acme_authentication_proto_goTypes = []any{
(*FindACMEAuthenticationKeyWithTokenRequest)(nil), // 0: pb.FindACMEAuthenticationKeyWithTokenRequest
(*FindACMEAuthenticationKeyWithTokenResponse)(nil), // 1: pb.FindACMEAuthenticationKeyWithTokenResponse
}
var file_service_acme_authentication_proto_depIdxs = []int32{
0, // 0: pb.ACMEAuthenticationService.findACMEAuthenticationKeyWithToken:input_type -> pb.FindACMEAuthenticationKeyWithTokenRequest
1, // 1: pb.ACMEAuthenticationService.findACMEAuthenticationKeyWithToken:output_type -> pb.FindACMEAuthenticationKeyWithTokenResponse
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_service_acme_authentication_proto_init() }
func file_service_acme_authentication_proto_init() {
if File_service_acme_authentication_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_acme_authentication_proto_rawDesc), len(file_service_acme_authentication_proto_rawDesc)),
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_service_acme_authentication_proto_goTypes,
DependencyIndexes: file_service_acme_authentication_proto_depIdxs,
MessageInfos: file_service_acme_authentication_proto_msgTypes,
}.Build()
File_service_acme_authentication_proto = out.File
file_service_acme_authentication_proto_goTypes = nil
file_service_acme_authentication_proto_depIdxs = nil
}