All import paths updated to git.wntrmute.dev/mc/. Bumps mcdsl to v1.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
556 lines
17 KiB
Go
556 lines
17 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v3.20.3
|
|
// source: proto/metacrypt/v1/engine.proto
|
|
|
|
package metacryptv1
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
structpb "google.golang.org/protobuf/types/known/structpb"
|
|
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 MountRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
|
|
Config *structpb.Struct `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *MountRequest) Reset() {
|
|
*x = MountRequest{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *MountRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MountRequest) ProtoMessage() {}
|
|
|
|
func (x *MountRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_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 MountRequest.ProtoReflect.Descriptor instead.
|
|
func (*MountRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *MountRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MountRequest) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MountRequest) GetConfig() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Config
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MountResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *MountResponse) Reset() {
|
|
*x = MountResponse{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *MountResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MountResponse) ProtoMessage() {}
|
|
|
|
func (x *MountResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_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 MountResponse.ProtoReflect.Descriptor instead.
|
|
func (*MountResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
type UnmountRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnmountRequest) Reset() {
|
|
*x = UnmountRequest{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnmountRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnmountRequest) ProtoMessage() {}
|
|
|
|
func (x *UnmountRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_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 UnmountRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnmountRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *UnmountRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnmountResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnmountResponse) Reset() {
|
|
*x = UnmountResponse{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnmountResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnmountResponse) ProtoMessage() {}
|
|
|
|
func (x *UnmountResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[3]
|
|
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 UnmountResponse.ProtoReflect.Descriptor instead.
|
|
func (*UnmountResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
type ListMountsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListMountsRequest) Reset() {
|
|
*x = ListMountsRequest{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListMountsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMountsRequest) ProtoMessage() {}
|
|
|
|
func (x *ListMountsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[4]
|
|
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 ListMountsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListMountsRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
type ListMountsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Mounts []*MountInfo `protobuf:"bytes,1,rep,name=mounts,proto3" json:"mounts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListMountsResponse) Reset() {
|
|
*x = ListMountsResponse{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListMountsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListMountsResponse) ProtoMessage() {}
|
|
|
|
func (x *ListMountsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[5]
|
|
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 ListMountsResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListMountsResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ListMountsResponse) GetMounts() []*MountInfo {
|
|
if x != nil {
|
|
return x.Mounts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MountInfo struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
|
|
MountPath string `protobuf:"bytes,3,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *MountInfo) Reset() {
|
|
*x = MountInfo{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *MountInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MountInfo) ProtoMessage() {}
|
|
|
|
func (x *MountInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[6]
|
|
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 MountInfo.ProtoReflect.Descriptor instead.
|
|
func (*MountInfo) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *MountInfo) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MountInfo) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MountInfo) GetMountPath() string {
|
|
if x != nil {
|
|
return x.MountPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ExecuteRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Mount string `protobuf:"bytes,1,opt,name=mount,proto3" json:"mount,omitempty"`
|
|
Operation string `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
|
|
Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
|
|
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ExecuteRequest) Reset() {
|
|
*x = ExecuteRequest{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ExecuteRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExecuteRequest) ProtoMessage() {}
|
|
|
|
func (x *ExecuteRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[7]
|
|
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 ExecuteRequest.ProtoReflect.Descriptor instead.
|
|
func (*ExecuteRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *ExecuteRequest) GetMount() string {
|
|
if x != nil {
|
|
return x.Mount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExecuteRequest) GetOperation() string {
|
|
if x != nil {
|
|
return x.Operation
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExecuteRequest) GetPath() string {
|
|
if x != nil {
|
|
return x.Path
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExecuteRequest) GetData() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExecuteResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ExecuteResponse) Reset() {
|
|
*x = ExecuteResponse{}
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ExecuteResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExecuteResponse) ProtoMessage() {}
|
|
|
|
func (x *ExecuteResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_metacrypt_v1_engine_proto_msgTypes[8]
|
|
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 ExecuteResponse.ProtoReflect.Descriptor instead.
|
|
func (*ExecuteResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *ExecuteResponse) GetData() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_proto_metacrypt_v1_engine_proto protoreflect.FileDescriptor
|
|
|
|
const file_proto_metacrypt_v1_engine_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x1fproto/metacrypt/v1/engine.proto\x12\fmetacrypt.v1\x1a\x1cgoogle/protobuf/struct.proto\"g\n" +
|
|
"\fMountRequest\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n" +
|
|
"\x04type\x18\x02 \x01(\tR\x04type\x12/\n" +
|
|
"\x06config\x18\x03 \x01(\v2\x17.google.protobuf.StructR\x06config\"\x0f\n" +
|
|
"\rMountResponse\"$\n" +
|
|
"\x0eUnmountRequest\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\"\x11\n" +
|
|
"\x0fUnmountResponse\"\x13\n" +
|
|
"\x11ListMountsRequest\"E\n" +
|
|
"\x12ListMountsResponse\x12/\n" +
|
|
"\x06mounts\x18\x01 \x03(\v2\x17.metacrypt.v1.MountInfoR\x06mounts\"R\n" +
|
|
"\tMountInfo\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n" +
|
|
"\x04type\x18\x02 \x01(\tR\x04type\x12\x1d\n" +
|
|
"\n" +
|
|
"mount_path\x18\x03 \x01(\tR\tmountPath\"\x85\x01\n" +
|
|
"\x0eExecuteRequest\x12\x14\n" +
|
|
"\x05mount\x18\x01 \x01(\tR\x05mount\x12\x1c\n" +
|
|
"\toperation\x18\x02 \x01(\tR\toperation\x12\x12\n" +
|
|
"\x04path\x18\x03 \x01(\tR\x04path\x12+\n" +
|
|
"\x04data\x18\x04 \x01(\v2\x17.google.protobuf.StructR\x04data\">\n" +
|
|
"\x0fExecuteResponse\x12+\n" +
|
|
"\x04data\x18\x01 \x01(\v2\x17.google.protobuf.StructR\x04data2\xb2\x02\n" +
|
|
"\rEngineService\x12@\n" +
|
|
"\x05Mount\x12\x1a.metacrypt.v1.MountRequest\x1a\x1b.metacrypt.v1.MountResponse\x12F\n" +
|
|
"\aUnmount\x12\x1c.metacrypt.v1.UnmountRequest\x1a\x1d.metacrypt.v1.UnmountResponse\x12O\n" +
|
|
"\n" +
|
|
"ListMounts\x12\x1f.metacrypt.v1.ListMountsRequest\x1a .metacrypt.v1.ListMountsResponse\x12F\n" +
|
|
"\aExecute\x12\x1c.metacrypt.v1.ExecuteRequest\x1a\x1d.metacrypt.v1.ExecuteResponseB>Z<git.wntrmute.dev/mc/metacrypt/gen/metacrypt/v1;metacryptv1b\x06proto3"
|
|
|
|
var (
|
|
file_proto_metacrypt_v1_engine_proto_rawDescOnce sync.Once
|
|
file_proto_metacrypt_v1_engine_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_proto_metacrypt_v1_engine_proto_rawDescGZIP() []byte {
|
|
file_proto_metacrypt_v1_engine_proto_rawDescOnce.Do(func() {
|
|
file_proto_metacrypt_v1_engine_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_proto_metacrypt_v1_engine_proto_rawDesc), len(file_proto_metacrypt_v1_engine_proto_rawDesc)))
|
|
})
|
|
return file_proto_metacrypt_v1_engine_proto_rawDescData
|
|
}
|
|
|
|
var file_proto_metacrypt_v1_engine_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_proto_metacrypt_v1_engine_proto_goTypes = []any{
|
|
(*MountRequest)(nil), // 0: metacrypt.v1.MountRequest
|
|
(*MountResponse)(nil), // 1: metacrypt.v1.MountResponse
|
|
(*UnmountRequest)(nil), // 2: metacrypt.v1.UnmountRequest
|
|
(*UnmountResponse)(nil), // 3: metacrypt.v1.UnmountResponse
|
|
(*ListMountsRequest)(nil), // 4: metacrypt.v1.ListMountsRequest
|
|
(*ListMountsResponse)(nil), // 5: metacrypt.v1.ListMountsResponse
|
|
(*MountInfo)(nil), // 6: metacrypt.v1.MountInfo
|
|
(*ExecuteRequest)(nil), // 7: metacrypt.v1.ExecuteRequest
|
|
(*ExecuteResponse)(nil), // 8: metacrypt.v1.ExecuteResponse
|
|
(*structpb.Struct)(nil), // 9: google.protobuf.Struct
|
|
}
|
|
var file_proto_metacrypt_v1_engine_proto_depIdxs = []int32{
|
|
9, // 0: metacrypt.v1.MountRequest.config:type_name -> google.protobuf.Struct
|
|
6, // 1: metacrypt.v1.ListMountsResponse.mounts:type_name -> metacrypt.v1.MountInfo
|
|
9, // 2: metacrypt.v1.ExecuteRequest.data:type_name -> google.protobuf.Struct
|
|
9, // 3: metacrypt.v1.ExecuteResponse.data:type_name -> google.protobuf.Struct
|
|
0, // 4: metacrypt.v1.EngineService.Mount:input_type -> metacrypt.v1.MountRequest
|
|
2, // 5: metacrypt.v1.EngineService.Unmount:input_type -> metacrypt.v1.UnmountRequest
|
|
4, // 6: metacrypt.v1.EngineService.ListMounts:input_type -> metacrypt.v1.ListMountsRequest
|
|
7, // 7: metacrypt.v1.EngineService.Execute:input_type -> metacrypt.v1.ExecuteRequest
|
|
1, // 8: metacrypt.v1.EngineService.Mount:output_type -> metacrypt.v1.MountResponse
|
|
3, // 9: metacrypt.v1.EngineService.Unmount:output_type -> metacrypt.v1.UnmountResponse
|
|
5, // 10: metacrypt.v1.EngineService.ListMounts:output_type -> metacrypt.v1.ListMountsResponse
|
|
8, // 11: metacrypt.v1.EngineService.Execute:output_type -> metacrypt.v1.ExecuteResponse
|
|
8, // [8:12] is the sub-list for method output_type
|
|
4, // [4:8] is the sub-list for method input_type
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
0, // [0:4] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_proto_metacrypt_v1_engine_proto_init() }
|
|
func file_proto_metacrypt_v1_engine_proto_init() {
|
|
if File_proto_metacrypt_v1_engine_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_proto_metacrypt_v1_engine_proto_rawDesc), len(file_proto_metacrypt_v1_engine_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_proto_metacrypt_v1_engine_proto_goTypes,
|
|
DependencyIndexes: file_proto_metacrypt_v1_engine_proto_depIdxs,
|
|
MessageInfos: file_proto_metacrypt_v1_engine_proto_msgTypes,
|
|
}.Build()
|
|
File_proto_metacrypt_v1_engine_proto = out.File
|
|
file_proto_metacrypt_v1_engine_proto_goTypes = nil
|
|
file_proto_metacrypt_v1_engine_proto_depIdxs = nil
|
|
}
|