// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.6 // protoc (unknown) // source: conf/v1/kratos_conf_bootstrap.proto package v1 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) ) // 引导信息 type Bootstrap struct { state protoimpl.MessageState `protogen:"open.v1"` Server *Server `protobuf:"bytes,1,opt,name=server,proto3,oneof" json:"server,omitempty"` Client *Client `protobuf:"bytes,2,opt,name=client,proto3,oneof" json:"client,omitempty"` Data *Data `protobuf:"bytes,3,opt,name=data,proto3,oneof" json:"data,omitempty"` Trace *Tracer `protobuf:"bytes,4,opt,name=trace,proto3,oneof" json:"trace,omitempty"` Logger *Logger `protobuf:"bytes,5,opt,name=logger,proto3,oneof" json:"logger,omitempty"` Registry *Registry `protobuf:"bytes,6,opt,name=registry,proto3,oneof" json:"registry,omitempty"` Config *RemoteConfig `protobuf:"bytes,7,opt,name=config,proto3,oneof" json:"config,omitempty"` Oss *OSS `protobuf:"bytes,8,opt,name=oss,proto3,oneof" json:"oss,omitempty"` Notify *Notification `protobuf:"bytes,9,opt,name=notify,proto3,oneof" json:"notify,omitempty"` Authn *Authentication `protobuf:"bytes,10,opt,name=authn,proto3,oneof" json:"authn,omitempty"` Authz *Authorization `protobuf:"bytes,11,opt,name=authz,proto3,oneof" json:"authz,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *Bootstrap) Reset() { *x = Bootstrap{} mi := &file_conf_v1_kratos_conf_bootstrap_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *Bootstrap) String() string { return protoimpl.X.MessageStringOf(x) } func (*Bootstrap) ProtoMessage() {} func (x *Bootstrap) ProtoReflect() protoreflect.Message { mi := &file_conf_v1_kratos_conf_bootstrap_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 Bootstrap.ProtoReflect.Descriptor instead. func (*Bootstrap) Descriptor() ([]byte, []int) { return file_conf_v1_kratos_conf_bootstrap_proto_rawDescGZIP(), []int{0} } func (x *Bootstrap) GetServer() *Server { if x != nil { return x.Server } return nil } func (x *Bootstrap) GetClient() *Client { if x != nil { return x.Client } return nil } func (x *Bootstrap) GetData() *Data { if x != nil { return x.Data } return nil } func (x *Bootstrap) GetTrace() *Tracer { if x != nil { return x.Trace } return nil } func (x *Bootstrap) GetLogger() *Logger { if x != nil { return x.Logger } return nil } func (x *Bootstrap) GetRegistry() *Registry { if x != nil { return x.Registry } return nil } func (x *Bootstrap) GetConfig() *RemoteConfig { if x != nil { return x.Config } return nil } func (x *Bootstrap) GetOss() *OSS { if x != nil { return x.Oss } return nil } func (x *Bootstrap) GetNotify() *Notification { if x != nil { return x.Notify } return nil } func (x *Bootstrap) GetAuthn() *Authentication { if x != nil { return x.Authn } return nil } func (x *Bootstrap) GetAuthz() *Authorization { if x != nil { return x.Authz } return nil } var File_conf_v1_kratos_conf_bootstrap_proto protoreflect.FileDescriptor const file_conf_v1_kratos_conf_bootstrap_proto_rawDesc = "" + "\n" + "#conf/v1/kratos_conf_bootstrap.proto\x12\x04conf\x1a conf/v1/kratos_conf_tracer.proto\x1a\x1econf/v1/kratos_conf_data.proto\x1a conf/v1/kratos_conf_server.proto\x1a conf/v1/kratos_conf_client.proto\x1a conf/v1/kratos_conf_logger.proto\x1a\"conf/v1/kratos_conf_registry.proto\x1a\x1dconf/v1/kratos_conf_oss.proto\x1a conf/v1/kratos_conf_config.proto\x1a conf/v1/kratos_conf_notify.proto\x1a\x1fconf/v1/kratos_conf_authn.proto\x1a\x1fconf/v1/kratos_conf_authz.proto\"\xe3\x04\n" + "\tBootstrap\x12)\n" + "\x06server\x18\x01 \x01(\v2\f.conf.ServerH\x00R\x06server\x88\x01\x01\x12)\n" + "\x06client\x18\x02 \x01(\v2\f.conf.ClientH\x01R\x06client\x88\x01\x01\x12#\n" + "\x04data\x18\x03 \x01(\v2\n" + ".conf.DataH\x02R\x04data\x88\x01\x01\x12'\n" + "\x05trace\x18\x04 \x01(\v2\f.conf.TracerH\x03R\x05trace\x88\x01\x01\x12)\n" + "\x06logger\x18\x05 \x01(\v2\f.conf.LoggerH\x04R\x06logger\x88\x01\x01\x12/\n" + "\bregistry\x18\x06 \x01(\v2\x0e.conf.RegistryH\x05R\bregistry\x88\x01\x01\x12/\n" + "\x06config\x18\a \x01(\v2\x12.conf.RemoteConfigH\x06R\x06config\x88\x01\x01\x12 \n" + "\x03oss\x18\b \x01(\v2\t.conf.OSSH\aR\x03oss\x88\x01\x01\x12/\n" + "\x06notify\x18\t \x01(\v2\x12.conf.NotificationH\bR\x06notify\x88\x01\x01\x12/\n" + "\x05authn\x18\n" + " \x01(\v2\x14.conf.AuthenticationH\tR\x05authn\x88\x01\x01\x12.\n" + "\x05authz\x18\v \x01(\v2\x13.conf.AuthorizationH\n" + "R\x05authz\x88\x01\x01B\t\n" + "\a_serverB\t\n" + "\a_clientB\a\n" + "\x05_dataB\b\n" + "\x06_traceB\t\n" + "\a_loggerB\v\n" + "\t_registryB\t\n" + "\a_configB\x06\n" + "\x04_ossB\t\n" + "\a_notifyB\b\n" + "\x06_authnB\b\n" + "\x06_authzB\x8a\x01\n" + "\bcom.confB\x18KratosConfBootstrapProtoP\x01Z4github.com/tx7do/kratos-bootstrap/api/gen/go/conf/v1\xa2\x02\x03CXX\xaa\x02\x04Conf\xca\x02\x04Conf\xe2\x02\x10Conf\\GPBMetadata\xea\x02\x04Confb\x06proto3" var ( file_conf_v1_kratos_conf_bootstrap_proto_rawDescOnce sync.Once file_conf_v1_kratos_conf_bootstrap_proto_rawDescData []byte ) func file_conf_v1_kratos_conf_bootstrap_proto_rawDescGZIP() []byte { file_conf_v1_kratos_conf_bootstrap_proto_rawDescOnce.Do(func() { file_conf_v1_kratos_conf_bootstrap_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_conf_v1_kratos_conf_bootstrap_proto_rawDesc), len(file_conf_v1_kratos_conf_bootstrap_proto_rawDesc))) }) return file_conf_v1_kratos_conf_bootstrap_proto_rawDescData } var file_conf_v1_kratos_conf_bootstrap_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_conf_v1_kratos_conf_bootstrap_proto_goTypes = []any{ (*Bootstrap)(nil), // 0: conf.Bootstrap (*Server)(nil), // 1: conf.Server (*Client)(nil), // 2: conf.Client (*Data)(nil), // 3: conf.Data (*Tracer)(nil), // 4: conf.Tracer (*Logger)(nil), // 5: conf.Logger (*Registry)(nil), // 6: conf.Registry (*RemoteConfig)(nil), // 7: conf.RemoteConfig (*OSS)(nil), // 8: conf.OSS (*Notification)(nil), // 9: conf.Notification (*Authentication)(nil), // 10: conf.Authentication (*Authorization)(nil), // 11: conf.Authorization } var file_conf_v1_kratos_conf_bootstrap_proto_depIdxs = []int32{ 1, // 0: conf.Bootstrap.server:type_name -> conf.Server 2, // 1: conf.Bootstrap.client:type_name -> conf.Client 3, // 2: conf.Bootstrap.data:type_name -> conf.Data 4, // 3: conf.Bootstrap.trace:type_name -> conf.Tracer 5, // 4: conf.Bootstrap.logger:type_name -> conf.Logger 6, // 5: conf.Bootstrap.registry:type_name -> conf.Registry 7, // 6: conf.Bootstrap.config:type_name -> conf.RemoteConfig 8, // 7: conf.Bootstrap.oss:type_name -> conf.OSS 9, // 8: conf.Bootstrap.notify:type_name -> conf.Notification 10, // 9: conf.Bootstrap.authn:type_name -> conf.Authentication 11, // 10: conf.Bootstrap.authz:type_name -> conf.Authorization 11, // [11:11] is the sub-list for method output_type 11, // [11:11] is the sub-list for method input_type 11, // [11:11] is the sub-list for extension type_name 11, // [11:11] is the sub-list for extension extendee 0, // [0:11] is the sub-list for field type_name } func init() { file_conf_v1_kratos_conf_bootstrap_proto_init() } func file_conf_v1_kratos_conf_bootstrap_proto_init() { if File_conf_v1_kratos_conf_bootstrap_proto != nil { return } file_conf_v1_kratos_conf_tracer_proto_init() file_conf_v1_kratos_conf_data_proto_init() file_conf_v1_kratos_conf_server_proto_init() file_conf_v1_kratos_conf_client_proto_init() file_conf_v1_kratos_conf_logger_proto_init() file_conf_v1_kratos_conf_registry_proto_init() file_conf_v1_kratos_conf_oss_proto_init() file_conf_v1_kratos_conf_config_proto_init() file_conf_v1_kratos_conf_notify_proto_init() file_conf_v1_kratos_conf_authn_proto_init() file_conf_v1_kratos_conf_authz_proto_init() file_conf_v1_kratos_conf_bootstrap_proto_msgTypes[0].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_conf_v1_kratos_conf_bootstrap_proto_rawDesc), len(file_conf_v1_kratos_conf_bootstrap_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_conf_v1_kratos_conf_bootstrap_proto_goTypes, DependencyIndexes: file_conf_v1_kratos_conf_bootstrap_proto_depIdxs, MessageInfos: file_conf_v1_kratos_conf_bootstrap_proto_msgTypes, }.Build() File_conf_v1_kratos_conf_bootstrap_proto = out.File file_conf_v1_kratos_conf_bootstrap_proto_goTypes = nil file_conf_v1_kratos_conf_bootstrap_proto_depIdxs = nil }