237 lines
7.4 KiB
Go
237 lines
7.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_sys_locker.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)
|
|
)
|
|
|
|
// 获得锁
|
|
type SysLockerLockRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
|
TimeoutSeconds int64 `protobuf:"varint,2,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SysLockerLockRequest) Reset() {
|
|
*x = SysLockerLockRequest{}
|
|
mi := &file_service_sys_locker_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SysLockerLockRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SysLockerLockRequest) ProtoMessage() {}
|
|
|
|
func (x *SysLockerLockRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_sys_locker_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 SysLockerLockRequest.ProtoReflect.Descriptor instead.
|
|
func (*SysLockerLockRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_sys_locker_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *SysLockerLockRequest) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SysLockerLockRequest) GetTimeoutSeconds() int64 {
|
|
if x != nil {
|
|
return x.TimeoutSeconds
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SysLockerLockResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SysLockerLockResponse) Reset() {
|
|
*x = SysLockerLockResponse{}
|
|
mi := &file_service_sys_locker_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SysLockerLockResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SysLockerLockResponse) ProtoMessage() {}
|
|
|
|
func (x *SysLockerLockResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_sys_locker_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 SysLockerLockResponse.ProtoReflect.Descriptor instead.
|
|
func (*SysLockerLockResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_sys_locker_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *SysLockerLockResponse) GetOk() bool {
|
|
if x != nil {
|
|
return x.Ok
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 释放锁
|
|
type SysLockerUnlockRequest 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 *SysLockerUnlockRequest) Reset() {
|
|
*x = SysLockerUnlockRequest{}
|
|
mi := &file_service_sys_locker_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SysLockerUnlockRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SysLockerUnlockRequest) ProtoMessage() {}
|
|
|
|
func (x *SysLockerUnlockRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_sys_locker_proto_msgTypes[2]
|
|
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 SysLockerUnlockRequest.ProtoReflect.Descriptor instead.
|
|
func (*SysLockerUnlockRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_sys_locker_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *SysLockerUnlockRequest) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_service_sys_locker_proto protoreflect.FileDescriptor
|
|
|
|
const file_service_sys_locker_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x18service_sys_locker.proto\x12\x02pb\x1a\x19models/rpc_messages.proto\"P\n" +
|
|
"\x14SysLockerLockRequest\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x12&\n" +
|
|
"\x0etimeoutSeconds\x18\x02 \x01(\x03R\x0etimeoutSeconds\"'\n" +
|
|
"\x15SysLockerLockResponse\x12\x0e\n" +
|
|
"\x02ok\x18\x01 \x01(\bR\x02ok\"*\n" +
|
|
"\x16SysLockerUnlockRequest\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key2\x97\x01\n" +
|
|
"\x10SysLockerService\x12D\n" +
|
|
"\rSysLockerLock\x12\x18.pb.SysLockerLockRequest\x1a\x19.pb.SysLockerLockResponse\x12=\n" +
|
|
"\x0fSysLockerUnlock\x12\x1a.pb.SysLockerUnlockRequest\x1a\x0e.pb.RPCSuccessB\x06Z\x04./pbb\x06proto3"
|
|
|
|
var (
|
|
file_service_sys_locker_proto_rawDescOnce sync.Once
|
|
file_service_sys_locker_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_service_sys_locker_proto_rawDescGZIP() []byte {
|
|
file_service_sys_locker_proto_rawDescOnce.Do(func() {
|
|
file_service_sys_locker_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_sys_locker_proto_rawDesc), len(file_service_sys_locker_proto_rawDesc)))
|
|
})
|
|
return file_service_sys_locker_proto_rawDescData
|
|
}
|
|
|
|
var file_service_sys_locker_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_service_sys_locker_proto_goTypes = []any{
|
|
(*SysLockerLockRequest)(nil), // 0: pb.SysLockerLockRequest
|
|
(*SysLockerLockResponse)(nil), // 1: pb.SysLockerLockResponse
|
|
(*SysLockerUnlockRequest)(nil), // 2: pb.SysLockerUnlockRequest
|
|
(*RPCSuccess)(nil), // 3: pb.RPCSuccess
|
|
}
|
|
var file_service_sys_locker_proto_depIdxs = []int32{
|
|
0, // 0: pb.SysLockerService.SysLockerLock:input_type -> pb.SysLockerLockRequest
|
|
2, // 1: pb.SysLockerService.SysLockerUnlock:input_type -> pb.SysLockerUnlockRequest
|
|
1, // 2: pb.SysLockerService.SysLockerLock:output_type -> pb.SysLockerLockResponse
|
|
3, // 3: pb.SysLockerService.SysLockerUnlock:output_type -> pb.RPCSuccess
|
|
2, // [2:4] is the sub-list for method output_type
|
|
0, // [0:2] 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_sys_locker_proto_init() }
|
|
func file_service_sys_locker_proto_init() {
|
|
if File_service_sys_locker_proto != nil {
|
|
return
|
|
}
|
|
file_models_rpc_messages_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_sys_locker_proto_rawDesc), len(file_service_sys_locker_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 3,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_service_sys_locker_proto_goTypes,
|
|
DependencyIndexes: file_service_sys_locker_proto_depIdxs,
|
|
MessageInfos: file_service_sys_locker_proto_msgTypes,
|
|
}.Build()
|
|
File_service_sys_locker_proto = out.File
|
|
file_service_sys_locker_proto_goTypes = nil
|
|
file_service_sys_locker_proto_depIdxs = nil
|
|
}
|