curd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Code_name = map[int32]string{
		0:     "None",
		20000: "Success",
		50000: "InternalServerError",
		40000: "BadRequest",
		40001: "Unauthorized",
		40002: "ErrRecordNotFound",
		41001: "UserNameOrPasswordIsWrong",
		41002: "UserIsNotExist",
		41003: "NoPermission",
		41004: "TokenInvalid",
		41005: "TokenExpired",
		41006: "UserDisabled",
	}
	Code_value = map[string]int32{
		"None":                      0,
		"Success":                   20000,
		"InternalServerError":       50000,
		"BadRequest":                40000,
		"Unauthorized":              40001,
		"ErrRecordNotFound":         40002,
		"UserNameOrPasswordIsWrong": 41001,
		"UserIsNotExist":            41002,
		"NoPermission":              41003,
		"TokenInvalid":              41004,
		"TokenExpired":              41005,
		"UserDisabled":              41006,
	}
)

Enum value maps for Code.

View Source
var Cell_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Cell",
	HandlerType: (*CellServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Cell_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Cell_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Cell_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Cell_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Cell_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Cell_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _Cell_Copy_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _Cell_Enable_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "cell.proto",
}

Cell_ServiceDesc is the grpc_go.ServiceDesc for Cell service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FileTemplate_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.FileTemplate",
	HandlerType: (*FileTemplateServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _FileTemplate_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _FileTemplate_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _FileTemplate_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _FileTemplate_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _FileTemplate_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _FileTemplate_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _FileTemplate_Copy_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "file_template.proto",
}

FileTemplate_ServiceDesc is the grpc_go.ServiceDesc for FileTemplate service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_curd_common_proto protoreflect.FileDescriptor
View Source
var File_file_template_proto protoreflect.FileDescriptor
View Source
var File_functional_template_proto protoreflect.FileDescriptor
View Source
var File_metadata_proto protoreflect.FileDescriptor
View Source
var File_service_proto protoreflect.FileDescriptor
View Source
var File_system_object_proto protoreflect.FileDescriptor
View Source
var File_template_proto protoreflect.FileDescriptor
View Source
var Form_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Form",
	HandlerType: (*FormServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Form_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Form_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Form_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Form_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Form_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Form_GetDetail_Handler,
		},
		{
			MethodName: "GetVersion",
			Handler:    _Form_GetVersion_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "form.proto",
}

Form_ServiceDesc is the grpc_go.ServiceDesc for Form service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FunctionalTemplate_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.FunctionalTemplate",
	HandlerType: (*FunctionalTemplateServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _FunctionalTemplate_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _FunctionalTemplate_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _FunctionalTemplate_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _FunctionalTemplate_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _FunctionalTemplate_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _FunctionalTemplate_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _FunctionalTemplate_Copy_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _FunctionalTemplate_Enable_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "functional_template.proto",
}

FunctionalTemplate_ServiceDesc is the grpc_go.ServiceDesc for FunctionalTemplate service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Metadata_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Metadata",
	HandlerType: (*MetadataServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Metadata_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Metadata_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Metadata_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Metadata_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Metadata_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Metadata_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _Metadata_Copy_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "metadata.proto",
}

Metadata_ServiceDesc is the grpc_go.ServiceDesc for Metadata service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Page_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Page",
	HandlerType: (*PageServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Page_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Page_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Page_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Page_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Page_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Page_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _Page_Copy_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _Page_Enable_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "page.proto",
}

Page_ServiceDesc is the grpc_go.ServiceDesc for Page service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Service_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Service",
	HandlerType: (*ServiceServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Service_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Service_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Service_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Service_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Service_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Service_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _Service_Copy_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _Service_Enable_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "service.proto",
}

Service_ServiceDesc is the grpc_go.ServiceDesc for Service service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SystemObject_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.SystemObject",
	HandlerType: (*SystemObjectServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _SystemObject_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _SystemObject_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _SystemObject_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _SystemObject_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _SystemObject_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _SystemObject_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _SystemObject_Copy_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _SystemObject_Enable_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "system_object.proto",
}

SystemObject_ServiceDesc is the grpc_go.ServiceDesc for SystemObject service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Template_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "curd.Template",
	HandlerType: (*TemplateServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Template_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Template_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Template_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Template_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Template_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Template_GetDetail_Handler,
		},
		{
			MethodName: "Copy",
			Handler:    _Template_Copy_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "template.proto",
}

Template_ServiceDesc is the grpc_go.ServiceDesc for Template service. It's only intended for direct use with grpc_go.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterCellServer

func RegisterCellServer(s grpc_go.ServiceRegistrar, srv CellServer)

func RegisterFileTemplateServer

func RegisterFileTemplateServer(s grpc_go.ServiceRegistrar, srv FileTemplateServer)

func RegisterFormServer

func RegisterFormServer(s grpc_go.ServiceRegistrar, srv FormServer)

func RegisterFunctionalTemplateServer

func RegisterFunctionalTemplateServer(s grpc_go.ServiceRegistrar, srv FunctionalTemplateServer)

func RegisterMetadataServer

func RegisterMetadataServer(s grpc_go.ServiceRegistrar, srv MetadataServer)

func RegisterPageServer

func RegisterPageServer(s grpc_go.ServiceRegistrar, srv PageServer)

func RegisterServiceServer

func RegisterServiceServer(s grpc_go.ServiceRegistrar, srv ServiceServer)

func RegisterSystemObjectServer

func RegisterSystemObjectServer(s grpc_go.ServiceRegistrar, srv SystemObjectServer)

func RegisterTemplateServer

func RegisterTemplateServer(s grpc_go.ServiceRegistrar, srv TemplateServer)

Types

type CellAttrs

type CellAttrs struct {
	Id                 string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Stroke             string `protobuf:"bytes,2,opt,name=stroke,proto3" json:"stroke"`
	FontSize           int32  `protobuf:"varint,3,opt,name=fontSize,proto3" json:"fontSize"`
	Other              string `protobuf:"bytes,4,opt,name=other,proto3" json:"other"`
	TextAnchor         string `protobuf:"bytes,5,opt,name=textAnchor,proto3" json:"textAnchor"`
	Name               string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"`
	Fill               string `protobuf:"bytes,7,opt,name=fill,proto3" json:"fill"`
	Ref                string `protobuf:"bytes,8,opt,name=ref,proto3" json:"ref"`
	Magnet             bool   `protobuf:"varint,9,opt,name=magnet,proto3" json:"magnet"`
	TextVerticalAnchor string `protobuf:"bytes,10,opt,name=textVerticalAnchor,proto3" json:"textVerticalAnchor"`
	CellID             string `protobuf:"bytes,11,opt,name=cellID,proto3" json:"cellID"`
	SelectedFill       string `protobuf:"bytes,12,opt,name=selectedFill,proto3" json:"selectedFill"`
	SelectedStroke     string `protobuf:"bytes,13,opt,name=selectedStroke,proto3" json:"selectedStroke"`
	IsDefaultLabel     bool   `protobuf:"varint,14,opt,name=isDefaultLabel,proto3" json:"isDefaultLabel"`
	LinkHref           string `protobuf:"bytes,15,opt,name=linkHref,proto3" json:"linkHref"`
	// contains filtered or unexported fields
}

func (*CellAttrs) Descriptor deprecated

func (*CellAttrs) Descriptor() ([]byte, []int)

Deprecated: Use CellAttrs.ProtoReflect.Descriptor instead.

func (*CellAttrs) GetCellID

func (x *CellAttrs) GetCellID() string

func (*CellAttrs) GetFill

func (x *CellAttrs) GetFill() string

func (*CellAttrs) GetFontSize

func (x *CellAttrs) GetFontSize() int32

func (*CellAttrs) GetId

func (x *CellAttrs) GetId() string

func (*CellAttrs) GetIsDefaultLabel

func (x *CellAttrs) GetIsDefaultLabel() bool

func (*CellAttrs) GetLinkHref

func (x *CellAttrs) GetLinkHref() string

func (*CellAttrs) GetMagnet

func (x *CellAttrs) GetMagnet() bool

func (*CellAttrs) GetName

func (x *CellAttrs) GetName() string

func (*CellAttrs) GetOther

func (x *CellAttrs) GetOther() string

func (*CellAttrs) GetRef

func (x *CellAttrs) GetRef() string

func (*CellAttrs) GetSelectedFill

func (x *CellAttrs) GetSelectedFill() string

func (*CellAttrs) GetSelectedStroke

func (x *CellAttrs) GetSelectedStroke() string

func (*CellAttrs) GetStroke

func (x *CellAttrs) GetStroke() string

func (*CellAttrs) GetTextAnchor

func (x *CellAttrs) GetTextAnchor() string

func (*CellAttrs) GetTextVerticalAnchor

func (x *CellAttrs) GetTextVerticalAnchor() string

func (*CellAttrs) ProtoMessage

func (*CellAttrs) ProtoMessage()

func (*CellAttrs) ProtoReflect

func (x *CellAttrs) ProtoReflect() protoreflect.Message

func (*CellAttrs) Reset

func (x *CellAttrs) Reset()

func (*CellAttrs) String

func (x *CellAttrs) String() string

type CellClientImpl

type CellClientImpl struct {
	Add       func(ctx context.Context, in *CellInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *CellInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryCellRequest) (*QueryCellResponse, error)
	GetAll    func(ctx context.Context, in *GetAllCellRequest) (*GetAllCellResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetCellDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
	Enable    func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
}

func (*CellClientImpl) GetDubboStub

func (c *CellClientImpl) GetDubboStub(cc *triple.TripleConn) CellClient

func (*CellClientImpl) XXX_InterfaceName

func (c *CellClientImpl) XXX_InterfaceName() string

type CellConnecting

type CellConnecting struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	CellID      string `protobuf:"bytes,2,opt,name=cellID,proto3" json:"cellID"`
	AnotherCell string `protobuf:"bytes,3,opt,name=anotherCell,proto3" json:"anotherCell"`
	Edge        string `protobuf:"bytes,4,opt,name=edge,proto3" json:"edge"`
	Direct      int32  `protobuf:"varint,5,opt,name=direct,proto3" json:"direct"`
	// contains filtered or unexported fields
}

func (*CellConnecting) Descriptor deprecated

func (*CellConnecting) Descriptor() ([]byte, []int)

Deprecated: Use CellConnecting.ProtoReflect.Descriptor instead.

func (*CellConnecting) GetAnotherCell

func (x *CellConnecting) GetAnotherCell() string

func (*CellConnecting) GetCellID

func (x *CellConnecting) GetCellID() string

func (*CellConnecting) GetDirect

func (x *CellConnecting) GetDirect() int32

func (*CellConnecting) GetEdge

func (x *CellConnecting) GetEdge() string

func (*CellConnecting) GetId

func (x *CellConnecting) GetId() string

func (*CellConnecting) ProtoMessage

func (*CellConnecting) ProtoMessage()

func (*CellConnecting) ProtoReflect

func (x *CellConnecting) ProtoReflect() protoreflect.Message

func (*CellConnecting) Reset

func (x *CellConnecting) Reset()

func (*CellConnecting) String

func (x *CellConnecting) String() string

type CellInfo

type CellInfo struct {
	Id           string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Markup       []*CellMarkup     `protobuf:"bytes,2,rep,name=markup,proto3" json:"markup"`
	MustSource   bool              `protobuf:"varint,3,opt,name=mustSource,proto3" json:"mustSource"`
	Height       int32             `protobuf:"varint,4,opt,name=height,proto3" json:"height"`
	Name         string            `protobuf:"bytes,5,opt,name=name,proto3" json:"name"`
	System       string            `protobuf:"bytes,6,opt,name=system,proto3" json:"system"`
	DefaultLabel string            `protobuf:"bytes,7,opt,name=defaultLabel,proto3" json:"defaultLabel"`
	View         string            `protobuf:"bytes,8,opt,name=view,proto3" json:"view"`
	Icon         string            `protobuf:"bytes,9,opt,name=icon,proto3" json:"icon"`
	PropertyForm string            `protobuf:"bytes,10,opt,name=propertyForm,proto3" json:"propertyForm"`
	Attrs        []*CellAttrs      `protobuf:"bytes,11,rep,name=attrs,proto3" json:"attrs"`
	IdPrefix     string            `protobuf:"bytes,12,opt,name=idPrefix,proto3" json:"idPrefix"`
	IconSource   int32             `protobuf:"varint,13,opt,name=iconSource,proto3" json:"iconSource"`
	Shape        string            `protobuf:"bytes,14,opt,name=shape,proto3" json:"shape"`
	IsEdge       bool              `protobuf:"varint,15,opt,name=isEdge,proto3" json:"isEdge"`
	Common       bool              `protobuf:"varint,16,opt,name=common,proto3" json:"common"`
	Resizing     bool              `protobuf:"varint,17,opt,name=resizing,proto3" json:"resizing"`
	Group        string            `protobuf:"bytes,18,opt,name=group,proto3" json:"group"`
	MustTarget   bool              `protobuf:"varint,19,opt,name=mustTarget,proto3" json:"mustTarget"`
	Width        int32             `protobuf:"varint,20,opt,name=width,proto3" json:"width"`
	TenantID     string            `protobuf:"bytes,21,opt,name=tenantID,proto3" json:"tenantID"`
	Height2      int32             `protobuf:"varint,22,opt,name=height2,proto3" json:"height2"`
	Width2       int32             `protobuf:"varint,23,opt,name=width2,proto3" json:"width2"`
	Parent       bool              `protobuf:"varint,24,opt,name=parent,proto3" json:"parent"`
	Index        int32             `protobuf:"varint,25,opt,name=index,proto3" json:"index"`
	DefaultEdge  bool              `protobuf:"varint,26,opt,name=defaultEdge,proto3" json:"defaultEdge"`
	Connectings  []*CellConnecting `protobuf:"bytes,27,rep,name=connectings,proto3" json:"connectings"`
	//其他属性
	Other             string `protobuf:"bytes,28,opt,name=other,proto3" json:"other"`
	DefaultLabelAttrs string `protobuf:"bytes,29,opt,name=defaultLabelAttrs,proto3" json:"defaultLabelAttrs"`
	ProjectID         string `protobuf:"bytes,30,opt,name=projectID,proto3" json:"projectID"`
	Ports             string `protobuf:"bytes,31,opt,name=ports,proto3" json:"ports"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,32,opt,name=isMust,proto3" json:"isMust"`
	//表单默认值,json格式
	FormDefaultValue string `protobuf:"bytes,33,opt,name=formDefaultValue,proto3" json:"formDefaultValue"`
	// contains filtered or unexported fields
}

func (*CellInfo) Descriptor deprecated

func (*CellInfo) Descriptor() ([]byte, []int)

Deprecated: Use CellInfo.ProtoReflect.Descriptor instead.

func (*CellInfo) GetAttrs

func (x *CellInfo) GetAttrs() []*CellAttrs

func (*CellInfo) GetCommon

func (x *CellInfo) GetCommon() bool

func (*CellInfo) GetConnectings

func (x *CellInfo) GetConnectings() []*CellConnecting

func (*CellInfo) GetDefaultEdge

func (x *CellInfo) GetDefaultEdge() bool

func (*CellInfo) GetDefaultLabel

func (x *CellInfo) GetDefaultLabel() string

func (*CellInfo) GetDefaultLabelAttrs

func (x *CellInfo) GetDefaultLabelAttrs() string

func (*CellInfo) GetFormDefaultValue

func (x *CellInfo) GetFormDefaultValue() string

func (*CellInfo) GetGroup

func (x *CellInfo) GetGroup() string

func (*CellInfo) GetHeight

func (x *CellInfo) GetHeight() int32

func (*CellInfo) GetHeight2

func (x *CellInfo) GetHeight2() int32

func (*CellInfo) GetIcon

func (x *CellInfo) GetIcon() string

func (*CellInfo) GetIconSource

func (x *CellInfo) GetIconSource() int32

func (*CellInfo) GetId

func (x *CellInfo) GetId() string

func (*CellInfo) GetIdPrefix

func (x *CellInfo) GetIdPrefix() string

func (*CellInfo) GetIndex

func (x *CellInfo) GetIndex() int32

func (*CellInfo) GetIsEdge

func (x *CellInfo) GetIsEdge() bool

func (*CellInfo) GetIsMust

func (x *CellInfo) GetIsMust() bool

func (*CellInfo) GetMarkup

func (x *CellInfo) GetMarkup() []*CellMarkup

func (*CellInfo) GetMustSource

func (x *CellInfo) GetMustSource() bool

func (*CellInfo) GetMustTarget

func (x *CellInfo) GetMustTarget() bool

func (*CellInfo) GetName

func (x *CellInfo) GetName() string

func (*CellInfo) GetOther

func (x *CellInfo) GetOther() string

func (*CellInfo) GetParent

func (x *CellInfo) GetParent() bool

func (*CellInfo) GetPorts

func (x *CellInfo) GetPorts() string

func (*CellInfo) GetProjectID

func (x *CellInfo) GetProjectID() string

func (*CellInfo) GetPropertyForm

func (x *CellInfo) GetPropertyForm() string

func (*CellInfo) GetResizing

func (x *CellInfo) GetResizing() bool

func (*CellInfo) GetShape

func (x *CellInfo) GetShape() string

func (*CellInfo) GetSystem

func (x *CellInfo) GetSystem() string

func (*CellInfo) GetTenantID

func (x *CellInfo) GetTenantID() string

func (*CellInfo) GetView

func (x *CellInfo) GetView() string

func (*CellInfo) GetWidth

func (x *CellInfo) GetWidth() int32

func (*CellInfo) GetWidth2

func (x *CellInfo) GetWidth2() int32

func (*CellInfo) ProtoMessage

func (*CellInfo) ProtoMessage()

func (*CellInfo) ProtoReflect

func (x *CellInfo) ProtoReflect() protoreflect.Message

func (*CellInfo) Reset

func (x *CellInfo) Reset()

func (*CellInfo) String

func (x *CellInfo) String() string

type CellMarkup

type CellMarkup struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TextContent    string `protobuf:"bytes,2,opt,name=textContent,proto3" json:"textContent"`
	CellID         string `protobuf:"bytes,3,opt,name=cellID,proto3" json:"cellID"`
	Other          string `protobuf:"bytes,4,opt,name=other,proto3" json:"other"`
	Children       string `protobuf:"bytes,5,opt,name=children,proto3" json:"children"`
	ClassName      string `protobuf:"bytes,6,opt,name=className,proto3" json:"className"`
	Selector       string `protobuf:"bytes,7,opt,name=selector,proto3" json:"selector"`
	GroupSelector  string `protobuf:"bytes,8,opt,name=groupSelector,proto3" json:"groupSelector"`
	TagName        string `protobuf:"bytes,9,opt,name=tagName,proto3" json:"tagName"`
	Attrs          string `protobuf:"bytes,10,opt,name=attrs,proto3" json:"attrs"`
	Style          string `protobuf:"bytes,11,opt,name=style,proto3" json:"style"`
	Index          int32  `protobuf:"varint,12,opt,name=index,proto3" json:"index"`
	IsDefaultLabel bool   `protobuf:"varint,13,opt,name=isDefaultLabel,proto3" json:"isDefaultLabel"`
	// contains filtered or unexported fields
}

func (*CellMarkup) Descriptor deprecated

func (*CellMarkup) Descriptor() ([]byte, []int)

Deprecated: Use CellMarkup.ProtoReflect.Descriptor instead.

func (*CellMarkup) GetAttrs

func (x *CellMarkup) GetAttrs() string

func (*CellMarkup) GetCellID

func (x *CellMarkup) GetCellID() string

func (*CellMarkup) GetChildren

func (x *CellMarkup) GetChildren() string

func (*CellMarkup) GetClassName

func (x *CellMarkup) GetClassName() string

func (*CellMarkup) GetGroupSelector

func (x *CellMarkup) GetGroupSelector() string

func (*CellMarkup) GetId

func (x *CellMarkup) GetId() string

func (*CellMarkup) GetIndex

func (x *CellMarkup) GetIndex() int32

func (*CellMarkup) GetIsDefaultLabel

func (x *CellMarkup) GetIsDefaultLabel() bool

func (*CellMarkup) GetOther

func (x *CellMarkup) GetOther() string

func (*CellMarkup) GetSelector

func (x *CellMarkup) GetSelector() string

func (*CellMarkup) GetStyle

func (x *CellMarkup) GetStyle() string

func (*CellMarkup) GetTagName

func (x *CellMarkup) GetTagName() string

func (*CellMarkup) GetTextContent

func (x *CellMarkup) GetTextContent() string

func (*CellMarkup) ProtoMessage

func (*CellMarkup) ProtoMessage()

func (*CellMarkup) ProtoReflect

func (x *CellMarkup) ProtoReflect() protoreflect.Message

func (*CellMarkup) Reset

func (x *CellMarkup) Reset()

func (*CellMarkup) String

func (x *CellMarkup) String() string

type CellServer

CellServer is the server API for Cell service. All implementations must embed UnimplementedCellServer for forward compatibility

type Code

type Code int32
const (
	Code_None Code = 0
	//成功
	Code_Success Code = 20000
	//服务端错误
	Code_InternalServerError Code = 50000
	//错误请求参数
	Code_BadRequest Code = 40000
	//未授权
	Code_Unauthorized Code = 40001
	//资源不存在
	Code_ErrRecordNotFound Code = 40002
	//用户名或者密码错误
	Code_UserNameOrPasswordIsWrong Code = 41001
	//用户不存在
	Code_UserIsNotExist Code = 41002
	//没有权限
	Code_NoPermission Code = 41003
	//无效Token
	Code_TokenInvalid Code = 41004
	//Token过期
	Code_TokenExpired Code = 41005
	//已禁用用户
	Code_UserDisabled Code = 41006
)

func (Code) Descriptor

func (Code) Descriptor() protoreflect.EnumDescriptor

func (Code) Enum

func (x Code) Enum() *Code

func (Code) EnumDescriptor deprecated

func (Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use Code.Descriptor instead.

func (Code) Number

func (x Code) Number() protoreflect.EnumNumber

func (Code) String

func (x Code) String() string

func (Code) Type

func (Code) Type() protoreflect.EnumType

type CodeFileInfo

type CodeFileInfo struct {
	Id              string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	ServiceID       string   `protobuf:"bytes,2,opt,name=serviceID,proto3" json:"serviceID"`
	Name            string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Dir             string   `protobuf:"bytes,4,opt,name=dir,proto3" json:"dir"`
	Start           string   `protobuf:"bytes,5,opt,name=start,proto3" json:"start"`
	End             string   `protobuf:"bytes,6,opt,name=end,proto3" json:"end"`
	Package         string   `protobuf:"bytes,7,opt,name=package,proto3" json:"package"`
	MetadataID      string   `protobuf:"bytes,8,opt,name=metadataID,proto3" json:"metadataID"`
	Body            []string `protobuf:"bytes,9,rep,name=body,proto3" json:"body"`
	Code            string   `protobuf:"bytes,10,opt,name=code,proto3" json:"code"`
	TemplateContent string   `protobuf:"bytes,11,opt,name=templateContent,proto3" json:"templateContent"`
	Params          string   `protobuf:"bytes,12,opt,name=params,proto3" json:"params"`
	//是否启用
	Enable bool `protobuf:"varint,13,opt,name=enable,proto3" json:"enable"`
	// contains filtered or unexported fields
}

func (*CodeFileInfo) Descriptor deprecated

func (*CodeFileInfo) Descriptor() ([]byte, []int)

Deprecated: Use CodeFileInfo.ProtoReflect.Descriptor instead.

func (*CodeFileInfo) GetBody

func (x *CodeFileInfo) GetBody() []string

func (*CodeFileInfo) GetCode

func (x *CodeFileInfo) GetCode() string

func (*CodeFileInfo) GetDir

func (x *CodeFileInfo) GetDir() string

func (*CodeFileInfo) GetEnable

func (x *CodeFileInfo) GetEnable() bool

func (*CodeFileInfo) GetEnd

func (x *CodeFileInfo) GetEnd() string

func (*CodeFileInfo) GetId

func (x *CodeFileInfo) GetId() string

func (*CodeFileInfo) GetMetadataID

func (x *CodeFileInfo) GetMetadataID() string

func (*CodeFileInfo) GetName

func (x *CodeFileInfo) GetName() string

func (*CodeFileInfo) GetPackage

func (x *CodeFileInfo) GetPackage() string

func (*CodeFileInfo) GetParams

func (x *CodeFileInfo) GetParams() string

func (*CodeFileInfo) GetServiceID

func (x *CodeFileInfo) GetServiceID() string

func (*CodeFileInfo) GetStart

func (x *CodeFileInfo) GetStart() string

func (*CodeFileInfo) GetTemplateContent

func (x *CodeFileInfo) GetTemplateContent() string

func (*CodeFileInfo) ProtoMessage

func (*CodeFileInfo) ProtoMessage()

func (*CodeFileInfo) ProtoReflect

func (x *CodeFileInfo) ProtoReflect() protoreflect.Message

func (*CodeFileInfo) Reset

func (x *CodeFileInfo) Reset()

func (*CodeFileInfo) String

func (x *CodeFileInfo) String() string

type CommonResponse

type CommonResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	// contains filtered or unexported fields
}

func (*CommonResponse) Descriptor deprecated

func (*CommonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.

func (*CommonResponse) GetCode

func (x *CommonResponse) GetCode() Code

func (*CommonResponse) GetMessage

func (x *CommonResponse) GetMessage() string

func (*CommonResponse) ProtoMessage

func (*CommonResponse) ProtoMessage()

func (*CommonResponse) ProtoReflect

func (x *CommonResponse) ProtoReflect() protoreflect.Message

func (*CommonResponse) Reset

func (x *CommonResponse) Reset()

func (*CommonResponse) String

func (x *CommonResponse) String() string

type DelRequest

type DelRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// contains filtered or unexported fields
}

func (*DelRequest) Descriptor deprecated

func (*DelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DelRequest.ProtoReflect.Descriptor instead.

func (*DelRequest) GetId

func (x *DelRequest) GetId() string

func (*DelRequest) GetTenantID

func (x *DelRequest) GetTenantID() string

func (*DelRequest) ProtoMessage

func (*DelRequest) ProtoMessage()

func (*DelRequest) ProtoReflect

func (x *DelRequest) ProtoReflect() protoreflect.Message

func (*DelRequest) Reset

func (x *DelRequest) Reset()

func (*DelRequest) String

func (x *DelRequest) String() string

type EnableRequest

type EnableRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	Enable   bool   `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
	// contains filtered or unexported fields
}

func (*EnableRequest) Descriptor deprecated

func (*EnableRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableRequest.ProtoReflect.Descriptor instead.

func (*EnableRequest) GetEnable

func (x *EnableRequest) GetEnable() bool

func (*EnableRequest) GetId

func (x *EnableRequest) GetId() string

func (*EnableRequest) GetTenantID

func (x *EnableRequest) GetTenantID() string

func (*EnableRequest) ProtoMessage

func (*EnableRequest) ProtoMessage()

func (*EnableRequest) ProtoReflect

func (x *EnableRequest) ProtoReflect() protoreflect.Message

func (*EnableRequest) Reset

func (x *EnableRequest) Reset()

func (*EnableRequest) String

func (x *EnableRequest) String() string

type FileTemplateClientImpl

type FileTemplateClientImpl struct {
	Add       func(ctx context.Context, in *FileTemplateInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *FileTemplateInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryFileTemplateRequest) (*QueryFileTemplateResponse, error)
	GetAll    func(ctx context.Context, in *GetAllRequest) (*GetAllFileTemplateResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetFileTemplateDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
}

func (*FileTemplateClientImpl) GetDubboStub

func (*FileTemplateClientImpl) XXX_InterfaceName

func (c *FileTemplateClientImpl) XXX_InterfaceName() string

type FileTemplateInfo

type FileTemplateInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//文件模版名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	//文件存放的目录
	Dir string `protobuf:"bytes,3,opt,name=dir,proto3" json:"dir"`
	//包名
	Package string `protobuf:"bytes,4,opt,name=package,proto3" json:"package"`
	//开头模板ID
	Start string `protobuf:"bytes,5,opt,name=start,proto3" json:"start"`
	//结尾模板ID
	End string `protobuf:"bytes,6,opt,name=end,proto3" json:"end"`
	//一组模板ID
	Body []string `protobuf:"bytes,7,rep,name=body,proto3" json:"body"`
	//自定义参数
	Params string `protobuf:"bytes,8,opt,name=params,proto3" json:"params"`
	//编程语言
	Language string `protobuf:"bytes,9,opt,name=language,proto3" json:"language"`
	//分组
	Group string `protobuf:"bytes,10,opt,name=group,proto3" json:"group"`
	//文件名称后缀
	FileNameSuffix string `protobuf:"bytes,11,opt,name=fileNameSuffix,proto3" json:"fileNameSuffix"`
	// contains filtered or unexported fields
}

func (*FileTemplateInfo) Descriptor deprecated

func (*FileTemplateInfo) Descriptor() ([]byte, []int)

Deprecated: Use FileTemplateInfo.ProtoReflect.Descriptor instead.

func (*FileTemplateInfo) GetBody

func (x *FileTemplateInfo) GetBody() []string

func (*FileTemplateInfo) GetDir

func (x *FileTemplateInfo) GetDir() string

func (*FileTemplateInfo) GetEnd

func (x *FileTemplateInfo) GetEnd() string

func (*FileTemplateInfo) GetFileNameSuffix

func (x *FileTemplateInfo) GetFileNameSuffix() string

func (*FileTemplateInfo) GetGroup

func (x *FileTemplateInfo) GetGroup() string

func (*FileTemplateInfo) GetId

func (x *FileTemplateInfo) GetId() string

func (*FileTemplateInfo) GetLanguage

func (x *FileTemplateInfo) GetLanguage() string

func (*FileTemplateInfo) GetName

func (x *FileTemplateInfo) GetName() string

func (*FileTemplateInfo) GetPackage

func (x *FileTemplateInfo) GetPackage() string

func (*FileTemplateInfo) GetParams

func (x *FileTemplateInfo) GetParams() string

func (*FileTemplateInfo) GetStart

func (x *FileTemplateInfo) GetStart() string

func (*FileTemplateInfo) ProtoMessage

func (*FileTemplateInfo) ProtoMessage()

func (*FileTemplateInfo) ProtoReflect

func (x *FileTemplateInfo) ProtoReflect() protoreflect.Message

func (*FileTemplateInfo) Reset

func (x *FileTemplateInfo) Reset()

func (*FileTemplateInfo) String

func (x *FileTemplateInfo) String() string

type FileTemplateServer

FileTemplateServer is the server API for FileTemplate service. All implementations must embed UnimplementedFileTemplateServer for forward compatibility

type FormClientImpl

type FormClientImpl struct {
	Add        func(ctx context.Context, in *FormInfo) (*CommonResponse, error)
	Update     func(ctx context.Context, in *FormInfo) (*CommonResponse, error)
	Delete     func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query      func(ctx context.Context, in *QueryFormRequest) (*QueryFormResponse, error)
	GetAll     func(ctx context.Context, in *GetAllRequest) (*GetAllFormRequest, error)
	GetDetail  func(ctx context.Context, in *GetFormDetailRequest) (*GetFormDetailResponse, error)
	GetVersion func(ctx context.Context, in *DelRequest) (*GetVersionResponse, error)
}

func (*FormClientImpl) GetDubboStub

func (c *FormClientImpl) GetDubboStub(cc *triple.TripleConn) FormClient

func (*FormClientImpl) XXX_InterfaceName

func (c *FormClientImpl) XXX_InterfaceName() string

type FormInfo

type FormInfo struct {
	Id        string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name      string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	PageName  string         `protobuf:"bytes,3,opt,name=pageName,proto3" json:"pageName"`
	Group     string         `protobuf:"bytes,4,opt,name=group,proto3" json:"group"`
	Schema    string         `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema"`
	Versions  []*FormVersion `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions"`
	CreatedAt int64          `protobuf:"varint,7,opt,name=createdAt,proto3" json:"createdAt"`
	UpdatedAt int64          `protobuf:"varint,8,opt,name=updatedAt,proto3" json:"updatedAt"`
	TenantID  string         `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID"`
	Type      string         `protobuf:"bytes,10,opt,name=type,proto3" json:"type"`
	Public    bool           `protobuf:"varint,11,opt,name=public,proto3" json:"public"`
	Subform   bool           `protobuf:"varint,12,opt,name=subform,proto3" json:"subform"`
	ProjectID string         `protobuf:"bytes,13,opt,name=projectID,proto3" json:"projectID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,14,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*FormInfo) Descriptor deprecated

func (*FormInfo) Descriptor() ([]byte, []int)

Deprecated: Use FormInfo.ProtoReflect.Descriptor instead.

func (*FormInfo) GetCreatedAt

func (x *FormInfo) GetCreatedAt() int64

func (*FormInfo) GetGroup

func (x *FormInfo) GetGroup() string

func (*FormInfo) GetId

func (x *FormInfo) GetId() string

func (*FormInfo) GetIsMust

func (x *FormInfo) GetIsMust() bool

func (*FormInfo) GetName

func (x *FormInfo) GetName() string

func (*FormInfo) GetPageName

func (x *FormInfo) GetPageName() string

func (*FormInfo) GetProjectID

func (x *FormInfo) GetProjectID() string

func (*FormInfo) GetPublic

func (x *FormInfo) GetPublic() bool

func (*FormInfo) GetSchema

func (x *FormInfo) GetSchema() string

func (*FormInfo) GetSubform

func (x *FormInfo) GetSubform() bool

func (*FormInfo) GetTenantID

func (x *FormInfo) GetTenantID() string

func (*FormInfo) GetType

func (x *FormInfo) GetType() string

func (*FormInfo) GetUpdatedAt

func (x *FormInfo) GetUpdatedAt() int64

func (*FormInfo) GetVersions

func (x *FormInfo) GetVersions() []*FormVersion

func (*FormInfo) ProtoMessage

func (*FormInfo) ProtoMessage()

func (*FormInfo) ProtoReflect

func (x *FormInfo) ProtoReflect() protoreflect.Message

func (*FormInfo) Reset

func (x *FormInfo) Reset()

func (*FormInfo) String

func (x *FormInfo) String() string

type FormServer

FormServer is the server API for Form service. All implementations must embed UnimplementedFormServer for forward compatibility

type FormVersion

type FormVersion struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	FormID      string `protobuf:"bytes,2,opt,name=formID,proto3" json:"formID"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version"`
	Schema      string `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description"`
	CreatedAt   string `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt"`
	// contains filtered or unexported fields
}

func (*FormVersion) Descriptor deprecated

func (*FormVersion) Descriptor() ([]byte, []int)

Deprecated: Use FormVersion.ProtoReflect.Descriptor instead.

func (*FormVersion) GetCreatedAt

func (x *FormVersion) GetCreatedAt() string

func (*FormVersion) GetDescription

func (x *FormVersion) GetDescription() string

func (*FormVersion) GetFormID

func (x *FormVersion) GetFormID() string

func (*FormVersion) GetId

func (x *FormVersion) GetId() string

func (*FormVersion) GetSchema

func (x *FormVersion) GetSchema() string

func (*FormVersion) GetVersion

func (x *FormVersion) GetVersion() string

func (*FormVersion) ProtoMessage

func (*FormVersion) ProtoMessage()

func (*FormVersion) ProtoReflect

func (x *FormVersion) ProtoReflect() protoreflect.Message

func (*FormVersion) Reset

func (x *FormVersion) Reset()

func (*FormVersion) String

func (x *FormVersion) String() string

type FunctionalTemplateClientImpl

func (*FunctionalTemplateClientImpl) GetDubboStub

func (*FunctionalTemplateClientImpl) XXX_InterfaceName

func (c *FunctionalTemplateClientImpl) XXX_InterfaceName() string

type FunctionalTemplateFileInfo

type FunctionalTemplateFileInfo struct {
	FunctionalTemplate string `protobuf:"bytes,1,opt,name=functionalTemplate,proto3" json:"functionalTemplate"`
	FileTemplateID     string `protobuf:"bytes,2,opt,name=fileTemplateID,proto3" json:"fileTemplateID"`
	//文件后缀名
	FileExtension string `protobuf:"bytes,3,opt,name=fileExtension,proto3" json:"fileExtension"`
	// contains filtered or unexported fields
}

func (*FunctionalTemplateFileInfo) Descriptor deprecated

func (*FunctionalTemplateFileInfo) Descriptor() ([]byte, []int)

Deprecated: Use FunctionalTemplateFileInfo.ProtoReflect.Descriptor instead.

func (*FunctionalTemplateFileInfo) GetFileExtension

func (x *FunctionalTemplateFileInfo) GetFileExtension() string

func (*FunctionalTemplateFileInfo) GetFileTemplateID

func (x *FunctionalTemplateFileInfo) GetFileTemplateID() string

func (*FunctionalTemplateFileInfo) GetFunctionalTemplate

func (x *FunctionalTemplateFileInfo) GetFunctionalTemplate() string

func (*FunctionalTemplateFileInfo) ProtoMessage

func (*FunctionalTemplateFileInfo) ProtoMessage()

func (*FunctionalTemplateFileInfo) ProtoReflect

func (*FunctionalTemplateFileInfo) Reset

func (x *FunctionalTemplateFileInfo) Reset()

func (*FunctionalTemplateFileInfo) String

func (x *FunctionalTemplateFileInfo) String() string

type FunctionalTemplateInfo

type FunctionalTemplateInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//描述
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description"`
	//自定义参数
	Params string `protobuf:"bytes,3,opt,name=params,proto3" json:"params"`
	//语音
	Language string `protobuf:"bytes,4,opt,name=language,proto3" json:"language"`
	//分组
	Group string `protobuf:"bytes,5,opt,name=group,proto3" json:"group"`
	//名称
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"`
	//文件模版ID
	FileTemplateIDs []string `protobuf:"bytes,7,rep,name=fileTemplateIDs,proto3" json:"fileTemplateIDs"`
	// contains filtered or unexported fields
}

func (*FunctionalTemplateInfo) Descriptor deprecated

func (*FunctionalTemplateInfo) Descriptor() ([]byte, []int)

Deprecated: Use FunctionalTemplateInfo.ProtoReflect.Descriptor instead.

func (*FunctionalTemplateInfo) GetDescription

func (x *FunctionalTemplateInfo) GetDescription() string

func (*FunctionalTemplateInfo) GetFileTemplateIDs

func (x *FunctionalTemplateInfo) GetFileTemplateIDs() []string

func (*FunctionalTemplateInfo) GetGroup

func (x *FunctionalTemplateInfo) GetGroup() string

func (*FunctionalTemplateInfo) GetId

func (x *FunctionalTemplateInfo) GetId() string

func (*FunctionalTemplateInfo) GetLanguage

func (x *FunctionalTemplateInfo) GetLanguage() string

func (*FunctionalTemplateInfo) GetName

func (x *FunctionalTemplateInfo) GetName() string

func (*FunctionalTemplateInfo) GetParams

func (x *FunctionalTemplateInfo) GetParams() string

func (*FunctionalTemplateInfo) ProtoMessage

func (*FunctionalTemplateInfo) ProtoMessage()

func (*FunctionalTemplateInfo) ProtoReflect

func (x *FunctionalTemplateInfo) ProtoReflect() protoreflect.Message

func (*FunctionalTemplateInfo) Reset

func (x *FunctionalTemplateInfo) Reset()

func (*FunctionalTemplateInfo) String

func (x *FunctionalTemplateInfo) String() string

type FunctionalTemplateServer

FunctionalTemplateServer is the server API for FunctionalTemplate service. All implementations must embed UnimplementedFunctionalTemplateServer for forward compatibility

type GenFileTemplateCodeInfo

type GenFileTemplateCodeInfo struct {
	Template string `protobuf:"bytes,1,opt,name=template,proto3" json:"template"`
	Code     string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
	// contains filtered or unexported fields
}

func (*GenFileTemplateCodeInfo) Descriptor deprecated

func (*GenFileTemplateCodeInfo) Descriptor() ([]byte, []int)

Deprecated: Use GenFileTemplateCodeInfo.ProtoReflect.Descriptor instead.

func (*GenFileTemplateCodeInfo) GetCode

func (x *GenFileTemplateCodeInfo) GetCode() string

func (*GenFileTemplateCodeInfo) GetTemplate

func (x *GenFileTemplateCodeInfo) GetTemplate() string

func (*GenFileTemplateCodeInfo) ProtoMessage

func (*GenFileTemplateCodeInfo) ProtoMessage()

func (*GenFileTemplateCodeInfo) ProtoReflect

func (x *GenFileTemplateCodeInfo) ProtoReflect() protoreflect.Message

func (*GenFileTemplateCodeInfo) Reset

func (x *GenFileTemplateCodeInfo) Reset()

func (*GenFileTemplateCodeInfo) String

func (x *GenFileTemplateCodeInfo) String() string

type GenFileTemplateCodeResponse

type GenFileTemplateCodeResponse struct {
	Code    Code                     `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string                   `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *GenFileTemplateCodeInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GenFileTemplateCodeResponse) Descriptor deprecated

func (*GenFileTemplateCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenFileTemplateCodeResponse.ProtoReflect.Descriptor instead.

func (*GenFileTemplateCodeResponse) GetCode

func (x *GenFileTemplateCodeResponse) GetCode() Code

func (*GenFileTemplateCodeResponse) GetData

func (*GenFileTemplateCodeResponse) GetMessage

func (x *GenFileTemplateCodeResponse) GetMessage() string

func (*GenFileTemplateCodeResponse) ProtoMessage

func (*GenFileTemplateCodeResponse) ProtoMessage()

func (*GenFileTemplateCodeResponse) ProtoReflect

func (*GenFileTemplateCodeResponse) Reset

func (x *GenFileTemplateCodeResponse) Reset()

func (*GenFileTemplateCodeResponse) String

func (x *GenFileTemplateCodeResponse) String() string

type GenFunctionalTemplateCodeInfo

type GenFunctionalTemplateCodeInfo struct {
	FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName"`
	Dir      string `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir"`
	Template string `protobuf:"bytes,3,opt,name=template,proto3" json:"template"`
	Code     string `protobuf:"bytes,4,opt,name=code,proto3" json:"code"`
	// contains filtered or unexported fields
}

func (*GenFunctionalTemplateCodeInfo) Descriptor deprecated

func (*GenFunctionalTemplateCodeInfo) Descriptor() ([]byte, []int)

Deprecated: Use GenFunctionalTemplateCodeInfo.ProtoReflect.Descriptor instead.

func (*GenFunctionalTemplateCodeInfo) GetCode

func (*GenFunctionalTemplateCodeInfo) GetDir

func (*GenFunctionalTemplateCodeInfo) GetFileName

func (x *GenFunctionalTemplateCodeInfo) GetFileName() string

func (*GenFunctionalTemplateCodeInfo) GetTemplate

func (x *GenFunctionalTemplateCodeInfo) GetTemplate() string

func (*GenFunctionalTemplateCodeInfo) ProtoMessage

func (*GenFunctionalTemplateCodeInfo) ProtoMessage()

func (*GenFunctionalTemplateCodeInfo) ProtoReflect

func (*GenFunctionalTemplateCodeInfo) Reset

func (x *GenFunctionalTemplateCodeInfo) Reset()

func (*GenFunctionalTemplateCodeInfo) String

type GenFunctionalTemplateCodeResponse

type GenFunctionalTemplateCodeResponse struct {
	Code    Code                             `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string                           `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*GenFunctionalTemplateCodeInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GenFunctionalTemplateCodeResponse) Descriptor deprecated

func (*GenFunctionalTemplateCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenFunctionalTemplateCodeResponse.ProtoReflect.Descriptor instead.

func (*GenFunctionalTemplateCodeResponse) GetCode

func (*GenFunctionalTemplateCodeResponse) GetData

func (*GenFunctionalTemplateCodeResponse) GetMessage

func (x *GenFunctionalTemplateCodeResponse) GetMessage() string

func (*GenFunctionalTemplateCodeResponse) ProtoMessage

func (*GenFunctionalTemplateCodeResponse) ProtoMessage()

func (*GenFunctionalTemplateCodeResponse) ProtoReflect

func (*GenFunctionalTemplateCodeResponse) Reset

func (*GenFunctionalTemplateCodeResponse) String

type GenServiceResponse

type GenServiceResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *ServiceInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	Dir     string       `protobuf:"bytes,4,opt,name=dir,proto3" json:"dir"`
	// contains filtered or unexported fields
}

func (*GenServiceResponse) Descriptor deprecated

func (*GenServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenServiceResponse.ProtoReflect.Descriptor instead.

func (*GenServiceResponse) GetCode

func (x *GenServiceResponse) GetCode() Code

func (*GenServiceResponse) GetData

func (x *GenServiceResponse) GetData() *ServiceInfo

func (*GenServiceResponse) GetDir

func (x *GenServiceResponse) GetDir() string

func (*GenServiceResponse) GetMessage

func (x *GenServiceResponse) GetMessage() string

func (*GenServiceResponse) ProtoMessage

func (*GenServiceResponse) ProtoMessage()

func (*GenServiceResponse) ProtoReflect

func (x *GenServiceResponse) ProtoReflect() protoreflect.Message

func (*GenServiceResponse) Reset

func (x *GenServiceResponse) Reset()

func (*GenServiceResponse) String

func (x *GenServiceResponse) String() string

type GenTemplateCodeResponse

type GenTemplateCodeResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GenTemplateCodeResponse) Descriptor deprecated

func (*GenTemplateCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenTemplateCodeResponse.ProtoReflect.Descriptor instead.

func (*GenTemplateCodeResponse) GetCode

func (x *GenTemplateCodeResponse) GetCode() Code

func (*GenTemplateCodeResponse) GetData

func (x *GenTemplateCodeResponse) GetData() string

func (*GenTemplateCodeResponse) GetMessage

func (x *GenTemplateCodeResponse) GetMessage() string

func (*GenTemplateCodeResponse) ProtoMessage

func (*GenTemplateCodeResponse) ProtoMessage()

func (*GenTemplateCodeResponse) ProtoReflect

func (x *GenTemplateCodeResponse) ProtoReflect() protoreflect.Message

func (*GenTemplateCodeResponse) Reset

func (x *GenTemplateCodeResponse) Reset()

func (*GenTemplateCodeResponse) String

func (x *GenTemplateCodeResponse) String() string

type GetAllCellRequest

type GetAllCellRequest struct {

	// @inject_tag: uri:"system" form:"system"
	System string `protobuf:"bytes,1,opt,name=system,proto3" json:"system" uri:"system" form:"system"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,3,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// contains filtered or unexported fields
}

func (*GetAllCellRequest) Descriptor deprecated

func (*GetAllCellRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllCellRequest.ProtoReflect.Descriptor instead.

func (*GetAllCellRequest) GetProjectID

func (x *GetAllCellRequest) GetProjectID() string

func (*GetAllCellRequest) GetSystem

func (x *GetAllCellRequest) GetSystem() string

func (*GetAllCellRequest) GetTenantID

func (x *GetAllCellRequest) GetTenantID() string

func (*GetAllCellRequest) ProtoMessage

func (*GetAllCellRequest) ProtoMessage()

func (*GetAllCellRequest) ProtoReflect

func (x *GetAllCellRequest) ProtoReflect() protoreflect.Message

func (*GetAllCellRequest) Reset

func (x *GetAllCellRequest) Reset()

func (*GetAllCellRequest) String

func (x *GetAllCellRequest) String() string

type GetAllCellResponse

type GetAllCellResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*CellInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllCellResponse) Descriptor deprecated

func (*GetAllCellResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllCellResponse.ProtoReflect.Descriptor instead.

func (*GetAllCellResponse) GetCode

func (x *GetAllCellResponse) GetCode() Code

func (*GetAllCellResponse) GetData

func (x *GetAllCellResponse) GetData() []*CellInfo

func (*GetAllCellResponse) GetMessage

func (x *GetAllCellResponse) GetMessage() string

func (*GetAllCellResponse) ProtoMessage

func (*GetAllCellResponse) ProtoMessage()

func (*GetAllCellResponse) ProtoReflect

func (x *GetAllCellResponse) ProtoReflect() protoreflect.Message

func (*GetAllCellResponse) Reset

func (x *GetAllCellResponse) Reset()

func (*GetAllCellResponse) String

func (x *GetAllCellResponse) String() string

type GetAllFileTemplateResponse

type GetAllFileTemplateResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FileTemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllFileTemplateResponse) Descriptor deprecated

func (*GetAllFileTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllFileTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetAllFileTemplateResponse) GetCode

func (x *GetAllFileTemplateResponse) GetCode() Code

func (*GetAllFileTemplateResponse) GetData

func (*GetAllFileTemplateResponse) GetMessage

func (x *GetAllFileTemplateResponse) GetMessage() string

func (*GetAllFileTemplateResponse) ProtoMessage

func (*GetAllFileTemplateResponse) ProtoMessage()

func (*GetAllFileTemplateResponse) ProtoReflect

func (*GetAllFileTemplateResponse) Reset

func (x *GetAllFileTemplateResponse) Reset()

func (*GetAllFileTemplateResponse) String

func (x *GetAllFileTemplateResponse) String() string

type GetAllFormRequest

type GetAllFormRequest struct {

	// @inject_tag: uri:"subform" form:"subform"
	Subform int32 `protobuf:"varint,1,opt,name=subform,proto3" json:"subform" uri:"subform" form:"subform"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"type" form:"type"
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// @inject_tag: uri:"public" form:"public"
	Public int32 `protobuf:"varint,4,opt,name=public,proto3" json:"public" uri:"public" form:"public"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,5,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// contains filtered or unexported fields
}

func (*GetAllFormRequest) Descriptor deprecated

func (*GetAllFormRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllFormRequest.ProtoReflect.Descriptor instead.

func (*GetAllFormRequest) GetProjectID

func (x *GetAllFormRequest) GetProjectID() string

func (*GetAllFormRequest) GetPublic

func (x *GetAllFormRequest) GetPublic() int32

func (*GetAllFormRequest) GetSubform

func (x *GetAllFormRequest) GetSubform() int32

func (*GetAllFormRequest) GetTenantID

func (x *GetAllFormRequest) GetTenantID() string

func (*GetAllFormRequest) GetType

func (x *GetAllFormRequest) GetType() string

func (*GetAllFormRequest) ProtoMessage

func (*GetAllFormRequest) ProtoMessage()

func (*GetAllFormRequest) ProtoReflect

func (x *GetAllFormRequest) ProtoReflect() protoreflect.Message

func (*GetAllFormRequest) Reset

func (x *GetAllFormRequest) Reset()

func (*GetAllFormRequest) String

func (x *GetAllFormRequest) String() string

type GetAllFormResponse

type GetAllFormResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FormInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllFormResponse) Descriptor deprecated

func (*GetAllFormResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllFormResponse.ProtoReflect.Descriptor instead.

func (*GetAllFormResponse) GetCode

func (x *GetAllFormResponse) GetCode() Code

func (*GetAllFormResponse) GetData

func (x *GetAllFormResponse) GetData() []*FormInfo

func (*GetAllFormResponse) GetMessage

func (x *GetAllFormResponse) GetMessage() string

func (*GetAllFormResponse) ProtoMessage

func (*GetAllFormResponse) ProtoMessage()

func (*GetAllFormResponse) ProtoReflect

func (x *GetAllFormResponse) ProtoReflect() protoreflect.Message

func (*GetAllFormResponse) Reset

func (x *GetAllFormResponse) Reset()

func (*GetAllFormResponse) String

func (x *GetAllFormResponse) String() string

type GetAllFunctionalTemplateResponse

type GetAllFunctionalTemplateResponse struct {
	Code    Code                      `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string                    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FunctionalTemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllFunctionalTemplateResponse) Descriptor deprecated

func (*GetAllFunctionalTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllFunctionalTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetAllFunctionalTemplateResponse) GetCode

func (*GetAllFunctionalTemplateResponse) GetData

func (*GetAllFunctionalTemplateResponse) GetMessage

func (x *GetAllFunctionalTemplateResponse) GetMessage() string

func (*GetAllFunctionalTemplateResponse) ProtoMessage

func (*GetAllFunctionalTemplateResponse) ProtoMessage()

func (*GetAllFunctionalTemplateResponse) ProtoReflect

func (*GetAllFunctionalTemplateResponse) Reset

func (*GetAllFunctionalTemplateResponse) String

type GetAllMetadataResponse

type GetAllMetadataResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*MetadataInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllMetadataResponse) Descriptor deprecated

func (*GetAllMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetAllMetadataResponse) GetCode

func (x *GetAllMetadataResponse) GetCode() Code

func (*GetAllMetadataResponse) GetData

func (x *GetAllMetadataResponse) GetData() []*MetadataInfo

func (*GetAllMetadataResponse) GetMessage

func (x *GetAllMetadataResponse) GetMessage() string

func (*GetAllMetadataResponse) ProtoMessage

func (*GetAllMetadataResponse) ProtoMessage()

func (*GetAllMetadataResponse) ProtoReflect

func (x *GetAllMetadataResponse) ProtoReflect() protoreflect.Message

func (*GetAllMetadataResponse) Reset

func (x *GetAllMetadataResponse) Reset()

func (*GetAllMetadataResponse) String

func (x *GetAllMetadataResponse) String() string

type GetAllPageResponse

type GetAllPageResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*PageInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllPageResponse) Descriptor deprecated

func (*GetAllPageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllPageResponse.ProtoReflect.Descriptor instead.

func (*GetAllPageResponse) GetCode

func (x *GetAllPageResponse) GetCode() Code

func (*GetAllPageResponse) GetData

func (x *GetAllPageResponse) GetData() []*PageInfo

func (*GetAllPageResponse) GetMessage

func (x *GetAllPageResponse) GetMessage() string

func (*GetAllPageResponse) ProtoMessage

func (*GetAllPageResponse) ProtoMessage()

func (*GetAllPageResponse) ProtoReflect

func (x *GetAllPageResponse) ProtoReflect() protoreflect.Message

func (*GetAllPageResponse) Reset

func (x *GetAllPageResponse) Reset()

func (*GetAllPageResponse) String

func (x *GetAllPageResponse) String() string

type GetAllRequest

type GetAllRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllRequest) Descriptor deprecated

func (*GetAllRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllRequest.ProtoReflect.Descriptor instead.

func (*GetAllRequest) ProtoMessage

func (*GetAllRequest) ProtoMessage()

func (*GetAllRequest) ProtoReflect

func (x *GetAllRequest) ProtoReflect() protoreflect.Message

func (*GetAllRequest) Reset

func (x *GetAllRequest) Reset()

func (*GetAllRequest) String

func (x *GetAllRequest) String() string

type GetAllServiceResponse

type GetAllServiceResponse struct {
	Code    Code           `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*ServiceInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllServiceResponse) Descriptor deprecated

func (*GetAllServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllServiceResponse.ProtoReflect.Descriptor instead.

func (*GetAllServiceResponse) GetCode

func (x *GetAllServiceResponse) GetCode() Code

func (*GetAllServiceResponse) GetData

func (x *GetAllServiceResponse) GetData() []*ServiceInfo

func (*GetAllServiceResponse) GetMessage

func (x *GetAllServiceResponse) GetMessage() string

func (*GetAllServiceResponse) ProtoMessage

func (*GetAllServiceResponse) ProtoMessage()

func (*GetAllServiceResponse) ProtoReflect

func (x *GetAllServiceResponse) ProtoReflect() protoreflect.Message

func (*GetAllServiceResponse) Reset

func (x *GetAllServiceResponse) Reset()

func (*GetAllServiceResponse) String

func (x *GetAllServiceResponse) String() string

type GetAllSystemObjectRequest

type GetAllSystemObjectRequest struct {

	//是否启用
	// @inject_tag: uri:"enable" form:"enable"
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable" uri:"enable" form:"enable"`
	//名称
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	//编程语言
	// @inject_tag: uri:"language" form:"language"
	Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language" uri:"language" form:"language"`
	//类型 1-类 2-结构体 3-方法 4-代码
	// @inject_tag: uri:"type" form:"type"
	Type int32 `protobuf:"varint,4,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// contains filtered or unexported fields
}

func (*GetAllSystemObjectRequest) Descriptor deprecated

func (*GetAllSystemObjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllSystemObjectRequest.ProtoReflect.Descriptor instead.

func (*GetAllSystemObjectRequest) GetEnable

func (x *GetAllSystemObjectRequest) GetEnable() bool

func (*GetAllSystemObjectRequest) GetLanguage

func (x *GetAllSystemObjectRequest) GetLanguage() string

func (*GetAllSystemObjectRequest) GetName

func (x *GetAllSystemObjectRequest) GetName() string

func (*GetAllSystemObjectRequest) GetType

func (x *GetAllSystemObjectRequest) GetType() int32

func (*GetAllSystemObjectRequest) ProtoMessage

func (*GetAllSystemObjectRequest) ProtoMessage()

func (*GetAllSystemObjectRequest) ProtoReflect

func (*GetAllSystemObjectRequest) Reset

func (x *GetAllSystemObjectRequest) Reset()

func (*GetAllSystemObjectRequest) String

func (x *GetAllSystemObjectRequest) String() string

type GetAllSystemObjectResponse

type GetAllSystemObjectResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*SystemObjectInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllSystemObjectResponse) Descriptor deprecated

func (*GetAllSystemObjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllSystemObjectResponse.ProtoReflect.Descriptor instead.

func (*GetAllSystemObjectResponse) GetCode

func (x *GetAllSystemObjectResponse) GetCode() Code

func (*GetAllSystemObjectResponse) GetData

func (*GetAllSystemObjectResponse) GetMessage

func (x *GetAllSystemObjectResponse) GetMessage() string

func (*GetAllSystemObjectResponse) ProtoMessage

func (*GetAllSystemObjectResponse) ProtoMessage()

func (*GetAllSystemObjectResponse) ProtoReflect

func (*GetAllSystemObjectResponse) Reset

func (x *GetAllSystemObjectResponse) Reset()

func (*GetAllSystemObjectResponse) String

func (x *GetAllSystemObjectResponse) String() string

type GetAllTemplateResponse

type GetAllTemplateResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*TemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllTemplateResponse) Descriptor deprecated

func (*GetAllTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetAllTemplateResponse) GetCode

func (x *GetAllTemplateResponse) GetCode() Code

func (*GetAllTemplateResponse) GetData

func (x *GetAllTemplateResponse) GetData() []*TemplateInfo

func (*GetAllTemplateResponse) GetMessage

func (x *GetAllTemplateResponse) GetMessage() string

func (*GetAllTemplateResponse) ProtoMessage

func (*GetAllTemplateResponse) ProtoMessage()

func (*GetAllTemplateResponse) ProtoReflect

func (x *GetAllTemplateResponse) ProtoReflect() protoreflect.Message

func (*GetAllTemplateResponse) Reset

func (x *GetAllTemplateResponse) Reset()

func (*GetAllTemplateResponse) String

func (x *GetAllTemplateResponse) String() string

type GetCellDetailResponse

type GetCellDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *CellInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetCellDetailResponse) Descriptor deprecated

func (*GetCellDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCellDetailResponse.ProtoReflect.Descriptor instead.

func (*GetCellDetailResponse) GetCode

func (x *GetCellDetailResponse) GetCode() Code

func (*GetCellDetailResponse) GetData

func (x *GetCellDetailResponse) GetData() *CellInfo

func (*GetCellDetailResponse) GetMessage

func (x *GetCellDetailResponse) GetMessage() string

func (*GetCellDetailResponse) ProtoMessage

func (*GetCellDetailResponse) ProtoMessage()

func (*GetCellDetailResponse) ProtoReflect

func (x *GetCellDetailResponse) ProtoReflect() protoreflect.Message

func (*GetCellDetailResponse) Reset

func (x *GetCellDetailResponse) Reset()

func (*GetCellDetailResponse) String

func (x *GetCellDetailResponse) String() string

type GetDetailRequest

type GetDetailRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// contains filtered or unexported fields
}

func (*GetDetailRequest) Descriptor deprecated

func (*GetDetailRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDetailRequest.ProtoReflect.Descriptor instead.

func (*GetDetailRequest) GetId

func (x *GetDetailRequest) GetId() string

func (*GetDetailRequest) GetTenantID

func (x *GetDetailRequest) GetTenantID() string

func (*GetDetailRequest) ProtoMessage

func (*GetDetailRequest) ProtoMessage()

func (*GetDetailRequest) ProtoReflect

func (x *GetDetailRequest) ProtoReflect() protoreflect.Message

func (*GetDetailRequest) Reset

func (x *GetDetailRequest) Reset()

func (*GetDetailRequest) String

func (x *GetDetailRequest) String() string

type GetFileTemplateDetailResponse

type GetFileTemplateDetailResponse struct {
	Code    Code              `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *FileTemplateInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetFileTemplateDetailResponse) Descriptor deprecated

func (*GetFileTemplateDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFileTemplateDetailResponse.ProtoReflect.Descriptor instead.

func (*GetFileTemplateDetailResponse) GetCode

func (x *GetFileTemplateDetailResponse) GetCode() Code

func (*GetFileTemplateDetailResponse) GetData

func (*GetFileTemplateDetailResponse) GetMessage

func (x *GetFileTemplateDetailResponse) GetMessage() string

func (*GetFileTemplateDetailResponse) ProtoMessage

func (*GetFileTemplateDetailResponse) ProtoMessage()

func (*GetFileTemplateDetailResponse) ProtoReflect

func (*GetFileTemplateDetailResponse) Reset

func (x *GetFileTemplateDetailResponse) Reset()

func (*GetFileTemplateDetailResponse) String

type GetFormDetailRequest

type GetFormDetailRequest struct {

	// @inject_tag: uri:"id" form:"id"
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" uri:"id" form:"id"`
	TenantID          string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	ContainerVersions bool   `protobuf:"varint,3,opt,name=containerVersions,proto3" json:"containerVersions"`
	// contains filtered or unexported fields
}

func (*GetFormDetailRequest) Descriptor deprecated

func (*GetFormDetailRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFormDetailRequest.ProtoReflect.Descriptor instead.

func (*GetFormDetailRequest) GetContainerVersions

func (x *GetFormDetailRequest) GetContainerVersions() bool

func (*GetFormDetailRequest) GetId

func (x *GetFormDetailRequest) GetId() string

func (*GetFormDetailRequest) GetTenantID

func (x *GetFormDetailRequest) GetTenantID() string

func (*GetFormDetailRequest) ProtoMessage

func (*GetFormDetailRequest) ProtoMessage()

func (*GetFormDetailRequest) ProtoReflect

func (x *GetFormDetailRequest) ProtoReflect() protoreflect.Message

func (*GetFormDetailRequest) Reset

func (x *GetFormDetailRequest) Reset()

func (*GetFormDetailRequest) String

func (x *GetFormDetailRequest) String() string

type GetFormDetailResponse

type GetFormDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *FormInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetFormDetailResponse) Descriptor deprecated

func (*GetFormDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFormDetailResponse.ProtoReflect.Descriptor instead.

func (*GetFormDetailResponse) GetCode

func (x *GetFormDetailResponse) GetCode() Code

func (*GetFormDetailResponse) GetData

func (x *GetFormDetailResponse) GetData() *FormInfo

func (*GetFormDetailResponse) GetMessage

func (x *GetFormDetailResponse) GetMessage() string

func (*GetFormDetailResponse) ProtoMessage

func (*GetFormDetailResponse) ProtoMessage()

func (*GetFormDetailResponse) ProtoReflect

func (x *GetFormDetailResponse) ProtoReflect() protoreflect.Message

func (*GetFormDetailResponse) Reset

func (x *GetFormDetailResponse) Reset()

func (*GetFormDetailResponse) String

func (x *GetFormDetailResponse) String() string

type GetFunctionalTemplateDetailResponse

type GetFunctionalTemplateDetailResponse struct {
	Code    Code                    `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string                  `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *FunctionalTemplateInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetFunctionalTemplateDetailResponse) Descriptor deprecated

func (*GetFunctionalTemplateDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFunctionalTemplateDetailResponse.ProtoReflect.Descriptor instead.

func (*GetFunctionalTemplateDetailResponse) GetCode

func (*GetFunctionalTemplateDetailResponse) GetData

func (*GetFunctionalTemplateDetailResponse) GetMessage

func (*GetFunctionalTemplateDetailResponse) ProtoMessage

func (*GetFunctionalTemplateDetailResponse) ProtoMessage()

func (*GetFunctionalTemplateDetailResponse) ProtoReflect

func (*GetFunctionalTemplateDetailResponse) Reset

func (*GetFunctionalTemplateDetailResponse) String

type GetMetadataDetailResponse

type GetMetadataDetailResponse struct {
	Code    Code          `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *MetadataInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetMetadataDetailResponse) Descriptor deprecated

func (*GetMetadataDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetadataDetailResponse.ProtoReflect.Descriptor instead.

func (*GetMetadataDetailResponse) GetCode

func (x *GetMetadataDetailResponse) GetCode() Code

func (*GetMetadataDetailResponse) GetData

func (*GetMetadataDetailResponse) GetMessage

func (x *GetMetadataDetailResponse) GetMessage() string

func (*GetMetadataDetailResponse) ProtoMessage

func (*GetMetadataDetailResponse) ProtoMessage()

func (*GetMetadataDetailResponse) ProtoReflect

func (*GetMetadataDetailResponse) Reset

func (x *GetMetadataDetailResponse) Reset()

func (*GetMetadataDetailResponse) String

func (x *GetMetadataDetailResponse) String() string

type GetMetadataFieldsResponse

type GetMetadataFieldsResponse struct {
	Code    Code             `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string           `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*MetadataField `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetMetadataFieldsResponse) Descriptor deprecated

func (*GetMetadataFieldsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetadataFieldsResponse.ProtoReflect.Descriptor instead.

func (*GetMetadataFieldsResponse) GetCode

func (x *GetMetadataFieldsResponse) GetCode() Code

func (*GetMetadataFieldsResponse) GetData

func (x *GetMetadataFieldsResponse) GetData() []*MetadataField

func (*GetMetadataFieldsResponse) GetMessage

func (x *GetMetadataFieldsResponse) GetMessage() string

func (*GetMetadataFieldsResponse) ProtoMessage

func (*GetMetadataFieldsResponse) ProtoMessage()

func (*GetMetadataFieldsResponse) ProtoReflect

func (*GetMetadataFieldsResponse) Reset

func (x *GetMetadataFieldsResponse) Reset()

func (*GetMetadataFieldsResponse) String

func (x *GetMetadataFieldsResponse) String() string

type GetPageDetailResponse

type GetPageDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *PageInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetPageDetailResponse) Descriptor deprecated

func (*GetPageDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPageDetailResponse.ProtoReflect.Descriptor instead.

func (*GetPageDetailResponse) GetCode

func (x *GetPageDetailResponse) GetCode() Code

func (*GetPageDetailResponse) GetData

func (x *GetPageDetailResponse) GetData() *PageInfo

func (*GetPageDetailResponse) GetMessage

func (x *GetPageDetailResponse) GetMessage() string

func (*GetPageDetailResponse) ProtoMessage

func (*GetPageDetailResponse) ProtoMessage()

func (*GetPageDetailResponse) ProtoReflect

func (x *GetPageDetailResponse) ProtoReflect() protoreflect.Message

func (*GetPageDetailResponse) Reset

func (x *GetPageDetailResponse) Reset()

func (*GetPageDetailResponse) String

func (x *GetPageDetailResponse) String() string

type GetServiceDetailResponse

type GetServiceDetailResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *ServiceInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetServiceDetailResponse) Descriptor deprecated

func (*GetServiceDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceDetailResponse.ProtoReflect.Descriptor instead.

func (*GetServiceDetailResponse) GetCode

func (x *GetServiceDetailResponse) GetCode() Code

func (*GetServiceDetailResponse) GetData

func (x *GetServiceDetailResponse) GetData() *ServiceInfo

func (*GetServiceDetailResponse) GetMessage

func (x *GetServiceDetailResponse) GetMessage() string

func (*GetServiceDetailResponse) ProtoMessage

func (*GetServiceDetailResponse) ProtoMessage()

func (*GetServiceDetailResponse) ProtoReflect

func (x *GetServiceDetailResponse) ProtoReflect() protoreflect.Message

func (*GetServiceDetailResponse) Reset

func (x *GetServiceDetailResponse) Reset()

func (*GetServiceDetailResponse) String

func (x *GetServiceDetailResponse) String() string

type GetSystemObjectDetailResponse

type GetSystemObjectDetailResponse struct {
	Code    Code              `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *SystemObjectInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetSystemObjectDetailResponse) Descriptor deprecated

func (*GetSystemObjectDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemObjectDetailResponse.ProtoReflect.Descriptor instead.

func (*GetSystemObjectDetailResponse) GetCode

func (x *GetSystemObjectDetailResponse) GetCode() Code

func (*GetSystemObjectDetailResponse) GetData

func (*GetSystemObjectDetailResponse) GetMessage

func (x *GetSystemObjectDetailResponse) GetMessage() string

func (*GetSystemObjectDetailResponse) ProtoMessage

func (*GetSystemObjectDetailResponse) ProtoMessage()

func (*GetSystemObjectDetailResponse) ProtoReflect

func (*GetSystemObjectDetailResponse) Reset

func (x *GetSystemObjectDetailResponse) Reset()

func (*GetSystemObjectDetailResponse) String

type GetTemplateDetailResponse

type GetTemplateDetailResponse struct {
	Code    Code          `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *TemplateInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetTemplateDetailResponse) Descriptor deprecated

func (*GetTemplateDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTemplateDetailResponse.ProtoReflect.Descriptor instead.

func (*GetTemplateDetailResponse) GetCode

func (x *GetTemplateDetailResponse) GetCode() Code

func (*GetTemplateDetailResponse) GetData

func (*GetTemplateDetailResponse) GetMessage

func (x *GetTemplateDetailResponse) GetMessage() string

func (*GetTemplateDetailResponse) ProtoMessage

func (*GetTemplateDetailResponse) ProtoMessage()

func (*GetTemplateDetailResponse) ProtoReflect

func (*GetTemplateDetailResponse) Reset

func (x *GetTemplateDetailResponse) Reset()

func (*GetTemplateDetailResponse) String

func (x *GetTemplateDetailResponse) String() string

type GetVersionResponse

type GetVersionResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *FormVersion `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetVersionResponse) Descriptor deprecated

func (*GetVersionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.

func (*GetVersionResponse) GetCode

func (x *GetVersionResponse) GetCode() Code

func (*GetVersionResponse) GetData

func (x *GetVersionResponse) GetData() *FormVersion

func (*GetVersionResponse) GetMessage

func (x *GetVersionResponse) GetMessage() string

func (*GetVersionResponse) ProtoMessage

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) ProtoReflect

func (x *GetVersionResponse) ProtoReflect() protoreflect.Message

func (*GetVersionResponse) Reset

func (x *GetVersionResponse) Reset()

func (*GetVersionResponse) String

func (x *GetVersionResponse) String() string

type MetadataClientImpl

type MetadataClientImpl struct {
	Add       func(ctx context.Context, in *MetadataInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *MetadataInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryMetadataRequest) (*QueryMetadataResponse, error)
	GetAll    func(ctx context.Context, in *QueryMetadataRequest) (*GetAllMetadataResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetMetadataDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
}

func (*MetadataClientImpl) GetDubboStub

func (c *MetadataClientImpl) GetDubboStub(cc *triple.TripleConn) MetadataClient

func (*MetadataClientImpl) XXX_InterfaceName

func (c *MetadataClientImpl) XXX_InterfaceName() string

type MetadataField

type MetadataField struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	MetadataID   string `protobuf:"bytes,2,opt,name=metadataID,proto3" json:"metadataID"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Type         string `protobuf:"bytes,4,opt,name=type,proto3" json:"type"`
	Length       int32  `protobuf:"varint,5,opt,name=length,proto3" json:"length"`
	NotNull      bool   `protobuf:"varint,6,opt,name=notNull,proto3" json:"notNull"`
	Comment      string `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment"`
	IsArray      bool   `protobuf:"varint,8,opt,name=isArray,proto3" json:"isArray"`
	RefMetadata  string `protobuf:"bytes,9,opt,name=refMetadata,proto3" json:"refMetadata"`
	DisplayName  string `protobuf:"bytes,10,opt,name=displayName,proto3" json:"displayName"`
	ShowInTable  bool   `protobuf:"varint,11,opt,name=showInTable,proto3" json:"showInTable"`
	ShowInEdit   bool   `protobuf:"varint,12,opt,name=showInEdit,proto3" json:"showInEdit"`
	Component    string `protobuf:"bytes,13,opt,name=component,proto3" json:"component"`
	Unique       bool   `protobuf:"varint,14,opt,name=unique,proto3" json:"unique"`
	Index        bool   `protobuf:"varint,15,opt,name=index,proto3" json:"index"`
	DefaultValue string `protobuf:"bytes,16,opt,name=defaultValue,proto3" json:"defaultValue"`
	ShowInQuery  bool   `protobuf:"varint,17,opt,name=showInQuery,proto3" json:"showInQuery"`
	Order        int32  `protobuf:"varint,18,opt,name=order,proto3" json:"order"`
	Like         bool   `protobuf:"varint,19,opt,name=like,proto3" json:"like"`
	Copier       bool   `protobuf:"varint,20,opt,name=copier,proto3" json:"copier"`
	//不生成数据库表字段
	DotNotGen bool `protobuf:"varint,21,opt,name=dotNotGen,proto3" json:"dotNotGen"`
	//转换函数 PB转数据库结构体
	PbToStruct string `protobuf:"bytes,22,opt,name=pbToStruct,proto3" json:"pbToStruct"`
	//转换函数 数据库结构体转PB
	StructToPB string `protobuf:"bytes,23,opt,name=structToPB,proto3" json:"structToPB"`
	// contains filtered or unexported fields
}

func (*MetadataField) Descriptor deprecated

func (*MetadataField) Descriptor() ([]byte, []int)

Deprecated: Use MetadataField.ProtoReflect.Descriptor instead.

func (*MetadataField) GetComment

func (x *MetadataField) GetComment() string

func (*MetadataField) GetComponent

func (x *MetadataField) GetComponent() string

func (*MetadataField) GetCopier

func (x *MetadataField) GetCopier() bool

func (*MetadataField) GetDefaultValue

func (x *MetadataField) GetDefaultValue() string

func (*MetadataField) GetDisplayName

func (x *MetadataField) GetDisplayName() string

func (*MetadataField) GetDotNotGen

func (x *MetadataField) GetDotNotGen() bool

func (*MetadataField) GetId

func (x *MetadataField) GetId() string

func (*MetadataField) GetIndex

func (x *MetadataField) GetIndex() bool

func (*MetadataField) GetIsArray

func (x *MetadataField) GetIsArray() bool

func (*MetadataField) GetLength

func (x *MetadataField) GetLength() int32

func (*MetadataField) GetLike

func (x *MetadataField) GetLike() bool

func (*MetadataField) GetMetadataID

func (x *MetadataField) GetMetadataID() string

func (*MetadataField) GetName

func (x *MetadataField) GetName() string

func (*MetadataField) GetNotNull

func (x *MetadataField) GetNotNull() bool

func (*MetadataField) GetOrder

func (x *MetadataField) GetOrder() int32

func (*MetadataField) GetPbToStruct

func (x *MetadataField) GetPbToStruct() string

func (*MetadataField) GetRefMetadata

func (x *MetadataField) GetRefMetadata() string

func (*MetadataField) GetShowInEdit

func (x *MetadataField) GetShowInEdit() bool

func (*MetadataField) GetShowInQuery

func (x *MetadataField) GetShowInQuery() bool

func (*MetadataField) GetShowInTable

func (x *MetadataField) GetShowInTable() bool

func (*MetadataField) GetStructToPB

func (x *MetadataField) GetStructToPB() string

func (*MetadataField) GetType

func (x *MetadataField) GetType() string

func (*MetadataField) GetUnique

func (x *MetadataField) GetUnique() bool

func (*MetadataField) ProtoMessage

func (*MetadataField) ProtoMessage()

func (*MetadataField) ProtoReflect

func (x *MetadataField) ProtoReflect() protoreflect.Message

func (*MetadataField) Reset

func (x *MetadataField) Reset()

func (*MetadataField) String

func (x *MetadataField) String() string

type MetadataInfo

type MetadataInfo struct {
	Id             string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name           string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	DisplayName    string           `protobuf:"bytes,3,opt,name=displayName,proto3" json:"displayName"`
	Level          int32            `protobuf:"varint,4,opt,name=level,proto3" json:"level"`
	ParentID       string           `protobuf:"bytes,5,opt,name=parentID,proto3" json:"parentID"`
	Description    string           `protobuf:"bytes,6,opt,name=description,proto3" json:"description"`
	Package        string           `protobuf:"bytes,7,opt,name=package,proto3" json:"package"`
	MetadataFields []*MetadataField `protobuf:"bytes,9,rep,name=metadataFields,proto3" json:"metadataFields"`
	Children       []*MetadataInfo  `protobuf:"bytes,10,rep,name=children,proto3" json:"children"`
	System         string           `protobuf:"bytes,11,opt,name=system,proto3" json:"system"`
	ProjectID      string           `protobuf:"bytes,12,opt,name=projectID,proto3" json:"projectID"`
	TenantID       string           `protobuf:"bytes,13,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,14,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*MetadataInfo) Descriptor deprecated

func (*MetadataInfo) Descriptor() ([]byte, []int)

Deprecated: Use MetadataInfo.ProtoReflect.Descriptor instead.

func (*MetadataInfo) GetChildren

func (x *MetadataInfo) GetChildren() []*MetadataInfo

func (*MetadataInfo) GetDescription

func (x *MetadataInfo) GetDescription() string

func (*MetadataInfo) GetDisplayName

func (x *MetadataInfo) GetDisplayName() string

func (*MetadataInfo) GetId

func (x *MetadataInfo) GetId() string

func (*MetadataInfo) GetIsMust

func (x *MetadataInfo) GetIsMust() bool

func (*MetadataInfo) GetLevel

func (x *MetadataInfo) GetLevel() int32

func (*MetadataInfo) GetMetadataFields

func (x *MetadataInfo) GetMetadataFields() []*MetadataField

func (*MetadataInfo) GetName

func (x *MetadataInfo) GetName() string

func (*MetadataInfo) GetPackage

func (x *MetadataInfo) GetPackage() string

func (*MetadataInfo) GetParentID

func (x *MetadataInfo) GetParentID() string

func (*MetadataInfo) GetProjectID

func (x *MetadataInfo) GetProjectID() string

func (*MetadataInfo) GetSystem

func (x *MetadataInfo) GetSystem() string

func (*MetadataInfo) GetTenantID

func (x *MetadataInfo) GetTenantID() string

func (*MetadataInfo) ProtoMessage

func (*MetadataInfo) ProtoMessage()

func (*MetadataInfo) ProtoReflect

func (x *MetadataInfo) ProtoReflect() protoreflect.Message

func (*MetadataInfo) Reset

func (x *MetadataInfo) Reset()

func (*MetadataInfo) String

func (x *MetadataInfo) String() string

type MetadataServer

MetadataServer is the server API for Metadata service. All implementations must embed UnimplementedMetadataServer for forward compatibility

type PageButton

type PageButton struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	PageID   string `protobuf:"bytes,2,opt,name=pageID,proto3" json:"pageID"`
	Key      string `protobuf:"bytes,3,opt,name=key,proto3" json:"key"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label"`
	Expanded bool   `protobuf:"varint,5,opt,name=expanded,proto3" json:"expanded"`
	ShowType string `protobuf:"bytes,6,opt,name=showType,proto3" json:"showType"`
	Href     string `protobuf:"bytes,7,opt,name=href,proto3" json:"href"`
	HrefFunc string `protobuf:"bytes,8,opt,name=hrefFunc,proto3" json:"hrefFunc"`
	Script   string `protobuf:"bytes,9,opt,name=script,proto3" json:"script"`
	Index    int32  `protobuf:"varint,10,opt,name=index,proto3" json:"index"`
	//是否启用
	Enable bool `protobuf:"varint,11,opt,name=enable,proto3" json:"enable"`
	//按钮权限
	Permission string `protobuf:"bytes,12,opt,name=permission,proto3" json:"permission"`
	//按钮显示位置,0-显示在列表行 1-在搜索框显示
	ShowPosition int32  `protobuf:"varint,13,opt,name=showPosition,proto3" json:"showPosition"`
	FormID       string `protobuf:"bytes,14,opt,name=formID,proto3" json:"formID"`
	HiddenScript string `protobuf:"bytes,15,opt,name=hiddenScript,proto3" json:"hiddenScript"`
	// contains filtered or unexported fields
}

func (*PageButton) Descriptor deprecated

func (*PageButton) Descriptor() ([]byte, []int)

Deprecated: Use PageButton.ProtoReflect.Descriptor instead.

func (*PageButton) GetEnable

func (x *PageButton) GetEnable() bool

func (*PageButton) GetExpanded

func (x *PageButton) GetExpanded() bool

func (*PageButton) GetFormID

func (x *PageButton) GetFormID() string

func (*PageButton) GetHiddenScript

func (x *PageButton) GetHiddenScript() string

func (*PageButton) GetHref

func (x *PageButton) GetHref() string

func (*PageButton) GetHrefFunc

func (x *PageButton) GetHrefFunc() string

func (*PageButton) GetId

func (x *PageButton) GetId() string

func (*PageButton) GetIndex

func (x *PageButton) GetIndex() int32

func (*PageButton) GetKey

func (x *PageButton) GetKey() string

func (*PageButton) GetLabel

func (x *PageButton) GetLabel() string

func (*PageButton) GetPageID

func (x *PageButton) GetPageID() string

func (*PageButton) GetPermission

func (x *PageButton) GetPermission() string

func (*PageButton) GetScript

func (x *PageButton) GetScript() string

func (*PageButton) GetShowPosition

func (x *PageButton) GetShowPosition() int32

func (*PageButton) GetShowType

func (x *PageButton) GetShowType() string

func (*PageButton) ProtoMessage

func (*PageButton) ProtoMessage()

func (*PageButton) ProtoReflect

func (x *PageButton) ProtoReflect() protoreflect.Message

func (*PageButton) Reset

func (x *PageButton) Reset()

func (*PageButton) String

func (x *PageButton) String() string

type PageClientImpl

type PageClientImpl struct {
	Add       func(ctx context.Context, in *PageInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *PageInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryPageRequest) (*QueryPageResponse, error)
	GetAll    func(ctx context.Context, in *QueryPageRequest) (*GetAllPageResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetPageDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
	Enable    func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
}

func (*PageClientImpl) GetDubboStub

func (c *PageClientImpl) GetDubboStub(cc *triple.TripleConn) PageClient

func (*PageClientImpl) XXX_InterfaceName

func (c *PageClientImpl) XXX_InterfaceName() string

type PageField

type PageField struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	PageID         string `protobuf:"bytes,2,opt,name=pageID,proto3" json:"pageID"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Title          string `protobuf:"bytes,4,opt,name=title,proto3" json:"title"`
	Copyable       bool   `protobuf:"varint,5,opt,name=copyable,proto3" json:"copyable"`
	Ellipsis       bool   `protobuf:"varint,6,opt,name=ellipsis,proto3" json:"ellipsis"`
	RowKey         bool   `protobuf:"varint,7,opt,name=rowKey,proto3" json:"rowKey"`
	Sort           int32  `protobuf:"varint,8,opt,name=sort,proto3" json:"sort"`
	ShowInTable    bool   `protobuf:"varint,9,opt,name=showInTable,proto3" json:"showInTable"`
	ValueEnum      string `protobuf:"bytes,10,opt,name=valueEnum,proto3" json:"valueEnum"`
	Component      string `protobuf:"bytes,11,opt,name=component,proto3" json:"component"`
	ComponentProps string `protobuf:"bytes,12,opt,name=componentProps,proto3" json:"componentProps"`
	DataType       string `protobuf:"bytes,13,opt,name=dataType,proto3" json:"dataType"`
	LabelField     string `protobuf:"bytes,14,opt,name=labelField,proto3" json:"labelField"`
	ValueField     string `protobuf:"bytes,15,opt,name=valueField,proto3" json:"valueField"`
	EnableSort     bool   `protobuf:"varint,16,opt,name=enableSort,proto3" json:"enableSort"`
	Fixed          string `protobuf:"bytes,17,opt,name=fixed,proto3" json:"fixed"`
	//对齐方式
	Align string `protobuf:"bytes,18,opt,name=align,proto3" json:"align"`
	//列宽度
	Width string `protobuf:"bytes,19,opt,name=width,proto3" json:"width"`
	// contains filtered or unexported fields
}

func (*PageField) Descriptor deprecated

func (*PageField) Descriptor() ([]byte, []int)

Deprecated: Use PageField.ProtoReflect.Descriptor instead.

func (*PageField) GetAlign

func (x *PageField) GetAlign() string

func (*PageField) GetComponent

func (x *PageField) GetComponent() string

func (*PageField) GetComponentProps

func (x *PageField) GetComponentProps() string

func (*PageField) GetCopyable

func (x *PageField) GetCopyable() bool

func (*PageField) GetDataType

func (x *PageField) GetDataType() string

func (*PageField) GetEllipsis

func (x *PageField) GetEllipsis() bool

func (*PageField) GetEnableSort

func (x *PageField) GetEnableSort() bool

func (*PageField) GetFixed

func (x *PageField) GetFixed() string

func (*PageField) GetId

func (x *PageField) GetId() string

func (*PageField) GetLabelField

func (x *PageField) GetLabelField() string

func (*PageField) GetName

func (x *PageField) GetName() string

func (*PageField) GetPageID

func (x *PageField) GetPageID() string

func (*PageField) GetRowKey

func (x *PageField) GetRowKey() bool

func (*PageField) GetShowInTable

func (x *PageField) GetShowInTable() bool

func (*PageField) GetSort

func (x *PageField) GetSort() int32

func (*PageField) GetTitle

func (x *PageField) GetTitle() string

func (*PageField) GetValueEnum

func (x *PageField) GetValueEnum() string

func (*PageField) GetValueField

func (x *PageField) GetValueField() string

func (*PageField) GetWidth

func (x *PageField) GetWidth() string

func (*PageField) ProtoMessage

func (*PageField) ProtoMessage()

func (*PageField) ProtoReflect

func (x *PageField) ProtoReflect() protoreflect.Message

func (*PageField) Reset

func (x *PageField) Reset()

func (*PageField) String

func (x *PageField) String() string

type PageInfo

type PageInfo struct {
	Id                       string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name                     string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	Enable                   bool          `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
	MetadataID               string        `protobuf:"bytes,4,opt,name=metadataID,proto3" json:"metadataID"`
	PageSize                 uint32        `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize"`
	Editable                 string        `protobuf:"bytes,6,opt,name=editable,proto3" json:"editable"`
	ShowIndex                bool          `protobuf:"varint,7,opt,name=showIndex,proto3" json:"showIndex"`
	ShowSelection            bool          `protobuf:"varint,39,opt,name=showSelection,proto3" json:"showSelection"`
	ToolBar                  *PageToolBar  `protobuf:"bytes,8,opt,name=toolBar,proto3" json:"toolBar"`
	Fields                   []*PageField  `protobuf:"bytes,9,rep,name=fields,proto3" json:"fields"`
	Path                     string        `protobuf:"bytes,10,opt,name=path,proto3" json:"path"`
	Title                    string        `protobuf:"bytes,11,opt,name=title,proto3" json:"title"`
	Description              string        `protobuf:"bytes,12,opt,name=description,proto3" json:"description"`
	SearchDefaultValue       string        `protobuf:"bytes,13,opt,name=searchDefaultValue,proto3" json:"searchDefaultValue"`
	EditFormID               string        `protobuf:"bytes,14,opt,name=editFormID,proto3" json:"editFormID"`
	SearchFormID             string        `protobuf:"bytes,15,opt,name=searchFormID,proto3" json:"searchFormID"`
	AddFormID                string        `protobuf:"bytes,16,opt,name=addFormID,proto3" json:"addFormID"`
	ViewFormID               string        `protobuf:"bytes,17,opt,name=viewFormID,proto3" json:"viewFormID"`
	Type                     int32         `protobuf:"varint,18,opt,name=type,proto3" json:"type"`
	SubmitBefore             string        `protobuf:"bytes,19,opt,name=submitBefore,proto3" json:"submitBefore"`
	SubmitAfter              string        `protobuf:"bytes,20,opt,name=submitAfter,proto3" json:"submitAfter"`
	LoadDetailBefore         string        `protobuf:"bytes,21,opt,name=loadDetailBefore,proto3" json:"loadDetailBefore"`
	LoadDetailAfter          string        `protobuf:"bytes,22,opt,name=loadDetailAfter,proto3" json:"loadDetailAfter"`
	QueryBefore              string        `protobuf:"bytes,23,opt,name=queryBefore,proto3" json:"queryBefore"`
	QueryAfter               string        `protobuf:"bytes,24,opt,name=queryAfter,proto3" json:"queryAfter"`
	ListAvatarField          string        `protobuf:"bytes,25,opt,name=listAvatarField,proto3" json:"listAvatarField"`
	ListTitleField           string        `protobuf:"bytes,26,opt,name=listTitleField,proto3" json:"listTitleField"`
	ListDescriptionField     string        `protobuf:"bytes,27,opt,name=listDescriptionField,proto3" json:"listDescriptionField"`
	ListContentField         string        `protobuf:"bytes,28,opt,name=listContentField,proto3" json:"listContentField"`
	ListLoadType             int32         `protobuf:"varint,29,opt,name=listLoadType,proto3" json:"listLoadType"`
	ListKeyField             string        `protobuf:"bytes,85,opt,name=listKeyField,proto3" json:"listKeyField"`
	CardAvatarField          string        `protobuf:"bytes,30,opt,name=cardAvatarField,proto3" json:"cardAvatarField"`
	CardTitleField           string        `protobuf:"bytes,31,opt,name=cardTitleField,proto3" json:"cardTitleField"`
	CardDescriptionField     string        `protobuf:"bytes,32,opt,name=cardDescriptionField,proto3" json:"cardDescriptionField"`
	CardContentField         string        `protobuf:"bytes,33,opt,name=cardContentField,proto3" json:"cardContentField"`
	CardLoadType             int32         `protobuf:"varint,34,opt,name=cardLoadType,proto3" json:"cardLoadType"`
	CardImageField           string        `protobuf:"bytes,35,opt,name=cardImageField,proto3" json:"cardImageField"`
	Buttons                  []*PageButton `protobuf:"bytes,36,rep,name=buttons,proto3" json:"buttons"`
	CreatedAt                int64         `protobuf:"varint,37,opt,name=createdAt,proto3" json:"createdAt"`
	UpdatedAt                int64         `protobuf:"varint,38,opt,name=updatedAt,proto3" json:"updatedAt"`
	ProListGhost             bool          `protobuf:"varint,40,opt,name=proListGhost,proto3" json:"proListGhost"`
	ProListCardActionProps   string        `protobuf:"bytes,41,opt,name=proListCardActionProps,proto3" json:"proListCardActionProps"`
	ProListShowTitle         bool          `protobuf:"varint,42,opt,name=proListShowTitle,proto3" json:"proListShowTitle"`
	ProListTitleDataIndex    string        `protobuf:"bytes,43,opt,name=proListTitleDataIndex,proto3" json:"proListTitleDataIndex"`
	ProListTitleValueType    string        `protobuf:"bytes,44,opt,name=proListTitleValueType,proto3" json:"proListTitleValueType"`
	ProListTitleRender       string        `protobuf:"bytes,45,opt,name=proListTitleRender,proto3" json:"proListTitleRender"`
	ProListShowSubTitle      bool          `protobuf:"varint,46,opt,name=proListShowSubTitle,proto3" json:"proListShowSubTitle"`
	ProListSubTitleDataIndex string        `protobuf:"bytes,47,opt,name=proListSubTitleDataIndex,proto3" json:"proListSubTitleDataIndex"`
	ProListSubTitleValueType string        `protobuf:"bytes,48,opt,name=proListSubTitleValueType,proto3" json:"proListSubTitleValueType"`
	ProListSubTitleRender    string        `protobuf:"bytes,49,opt,name=proListSubTitleRender,proto3" json:"proListSubTitleRender"`
	ProListShowMetaType      bool          `protobuf:"varint,50,opt,name=proListShowMetaType,proto3" json:"proListShowMetaType"`
	ProListTypeDataIndex     string        `protobuf:"bytes,51,opt,name=proListTypeDataIndex,proto3" json:"proListTypeDataIndex"`
	ProListTypeValueType     string        `protobuf:"bytes,52,opt,name=proListTypeValueType,proto3" json:"proListTypeValueType"`
	ProListTypeRender        string        `protobuf:"bytes,53,opt,name=proListTypeRender,proto3" json:"proListTypeRender"`
	ProListShowAvatar        bool          `protobuf:"varint,54,opt,name=proListShowAvatar,proto3" json:"proListShowAvatar"`
	ProListAvatarDataIndex   string        `protobuf:"bytes,55,opt,name=proListAvatarDataIndex,proto3" json:"proListAvatarDataIndex"`
	ProListAvatarValueType   string        `protobuf:"bytes,56,opt,name=proListAvatarValueType,proto3" json:"proListAvatarValueType"`
	ProListAvatarRender      string        `protobuf:"bytes,57,opt,name=proListAvatarRender,proto3" json:"proListAvatarRender"`
	ProListShowContent       bool          `protobuf:"varint,58,opt,name=proListShowContent,proto3" json:"proListShowContent"`
	ProListContentDataIndex  string        `protobuf:"bytes,59,opt,name=proListContentDataIndex,proto3" json:"proListContentDataIndex"`
	ProListContentValueType  string        `protobuf:"bytes,60,opt,name=proListContentValueType,proto3" json:"proListContentValueType"`
	ProListContentRender     string        `protobuf:"bytes,61,opt,name=proListContentRender,proto3" json:"proListContentRender"`
	ProListShowMetaExtra     bool          `protobuf:"varint,62,opt,name=proListShowMetaExtra,proto3" json:"proListShowMetaExtra"`
	ProListExtraDataIndex    string        `protobuf:"bytes,63,opt,name=proListExtraDataIndex,proto3" json:"proListExtraDataIndex"`
	ProListExtraValueType    string        `protobuf:"bytes,64,opt,name=proListExtraValueType,proto3" json:"proListExtraValueType"`
	ProListExtraRender       string        `protobuf:"bytes,65,opt,name=proListExtraRender,proto3" json:"proListExtraRender"`
	ProListShowActions       string        `protobuf:"bytes,66,opt,name=proListShowActions,proto3" json:"proListShowActions"`
	ProListShowType          int32         `protobuf:"varint,67,opt,name=proListShowType,proto3" json:"proListShowType"`
	ProListShowExtra         string        `protobuf:"bytes,68,opt,name=proListShowExtra,proto3" json:"proListShowExtra"`
	ProListItemClick         string        `protobuf:"bytes,69,opt,name=proListItemClick,proto3" json:"proListItemClick"`
	ProListItemMouseEnter    string        `protobuf:"bytes,70,opt,name=proListItemMouseEnter,proto3" json:"proListItemMouseEnter"`
	ListGridTypeGutter       int32         `protobuf:"varint,71,opt,name=listGridTypeGutter,proto3" json:"listGridTypeGutter"`
	ListGridTypeColumn       int32         `protobuf:"varint,72,opt,name=listGridTypeColumn,proto3" json:"listGridTypeColumn"`
	ListItemLayout           string        `protobuf:"bytes,73,opt,name=listItemLayout,proto3" json:"listItemLayout"`
	ListExpandable           bool          `protobuf:"varint,74,opt,name=listExpandable,proto3" json:"listExpandable"`
	ProjectID                string        `protobuf:"bytes,75,opt,name=projectID,proto3" json:"projectID"`
	TenantID                 string        `protobuf:"bytes,76,opt,name=tenantID,proto3" json:"tenantID"`
	AddDefaultValue          string        `protobuf:"bytes,77,opt,name=addDefaultValue,proto3" json:"addDefaultValue"`
	LabelField               string        `protobuf:"bytes,78,opt,name=labelField,proto3" json:"labelField"`
	ValueField               string        `protobuf:"bytes,79,opt,name=valueField,proto3" json:"valueField"`
	ScrollX                  int32         `protobuf:"varint,80,opt,name=scrollX,proto3" json:"scrollX"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,81,opt,name=isMust,proto3" json:"isMust"`
	//子列表,应用于左右分栏
	IsChild bool `protobuf:"varint,82,opt,name=isChild,proto3" json:"isChild"`
	//子列表的PageName,多个使用逗号隔开,应用于左右分栏等
	Pages    string `protobuf:"bytes,83,opt,name=pages,proto3" json:"pages"`
	Bordered bool   `protobuf:"varint,84,opt,name=bordered,proto3" json:"bordered"`
	// contains filtered or unexported fields
}

func (*PageInfo) Descriptor deprecated

func (*PageInfo) Descriptor() ([]byte, []int)

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetAddDefaultValue

func (x *PageInfo) GetAddDefaultValue() string

func (*PageInfo) GetAddFormID

func (x *PageInfo) GetAddFormID() string

func (*PageInfo) GetBordered

func (x *PageInfo) GetBordered() bool

func (*PageInfo) GetButtons

func (x *PageInfo) GetButtons() []*PageButton

func (*PageInfo) GetCardAvatarField

func (x *PageInfo) GetCardAvatarField() string

func (*PageInfo) GetCardContentField

func (x *PageInfo) GetCardContentField() string

func (*PageInfo) GetCardDescriptionField

func (x *PageInfo) GetCardDescriptionField() string

func (*PageInfo) GetCardImageField

func (x *PageInfo) GetCardImageField() string

func (*PageInfo) GetCardLoadType

func (x *PageInfo) GetCardLoadType() int32

func (*PageInfo) GetCardTitleField

func (x *PageInfo) GetCardTitleField() string

func (*PageInfo) GetCreatedAt

func (x *PageInfo) GetCreatedAt() int64

func (*PageInfo) GetDescription

func (x *PageInfo) GetDescription() string

func (*PageInfo) GetEditFormID

func (x *PageInfo) GetEditFormID() string

func (*PageInfo) GetEditable

func (x *PageInfo) GetEditable() string

func (*PageInfo) GetEnable

func (x *PageInfo) GetEnable() bool

func (*PageInfo) GetFields

func (x *PageInfo) GetFields() []*PageField

func (*PageInfo) GetId

func (x *PageInfo) GetId() string

func (*PageInfo) GetIsChild

func (x *PageInfo) GetIsChild() bool

func (*PageInfo) GetIsMust

func (x *PageInfo) GetIsMust() bool

func (*PageInfo) GetLabelField

func (x *PageInfo) GetLabelField() string

func (*PageInfo) GetListAvatarField

func (x *PageInfo) GetListAvatarField() string

func (*PageInfo) GetListContentField

func (x *PageInfo) GetListContentField() string

func (*PageInfo) GetListDescriptionField

func (x *PageInfo) GetListDescriptionField() string

func (*PageInfo) GetListExpandable

func (x *PageInfo) GetListExpandable() bool

func (*PageInfo) GetListGridTypeColumn

func (x *PageInfo) GetListGridTypeColumn() int32

func (*PageInfo) GetListGridTypeGutter

func (x *PageInfo) GetListGridTypeGutter() int32

func (*PageInfo) GetListItemLayout

func (x *PageInfo) GetListItemLayout() string

func (*PageInfo) GetListKeyField

func (x *PageInfo) GetListKeyField() string

func (*PageInfo) GetListLoadType

func (x *PageInfo) GetListLoadType() int32

func (*PageInfo) GetListTitleField

func (x *PageInfo) GetListTitleField() string

func (*PageInfo) GetLoadDetailAfter

func (x *PageInfo) GetLoadDetailAfter() string

func (*PageInfo) GetLoadDetailBefore

func (x *PageInfo) GetLoadDetailBefore() string

func (*PageInfo) GetMetadataID

func (x *PageInfo) GetMetadataID() string

func (*PageInfo) GetName

func (x *PageInfo) GetName() string

func (*PageInfo) GetPageSize

func (x *PageInfo) GetPageSize() uint32

func (*PageInfo) GetPages

func (x *PageInfo) GetPages() string

func (*PageInfo) GetPath

func (x *PageInfo) GetPath() string

func (*PageInfo) GetProListAvatarDataIndex

func (x *PageInfo) GetProListAvatarDataIndex() string

func (*PageInfo) GetProListAvatarRender

func (x *PageInfo) GetProListAvatarRender() string

func (*PageInfo) GetProListAvatarValueType

func (x *PageInfo) GetProListAvatarValueType() string

func (*PageInfo) GetProListCardActionProps

func (x *PageInfo) GetProListCardActionProps() string

func (*PageInfo) GetProListContentDataIndex

func (x *PageInfo) GetProListContentDataIndex() string

func (*PageInfo) GetProListContentRender

func (x *PageInfo) GetProListContentRender() string

func (*PageInfo) GetProListContentValueType

func (x *PageInfo) GetProListContentValueType() string

func (*PageInfo) GetProListExtraDataIndex

func (x *PageInfo) GetProListExtraDataIndex() string

func (*PageInfo) GetProListExtraRender

func (x *PageInfo) GetProListExtraRender() string

func (*PageInfo) GetProListExtraValueType

func (x *PageInfo) GetProListExtraValueType() string

func (*PageInfo) GetProListGhost

func (x *PageInfo) GetProListGhost() bool

func (*PageInfo) GetProListItemClick

func (x *PageInfo) GetProListItemClick() string

func (*PageInfo) GetProListItemMouseEnter

func (x *PageInfo) GetProListItemMouseEnter() string

func (*PageInfo) GetProListShowActions

func (x *PageInfo) GetProListShowActions() string

func (*PageInfo) GetProListShowAvatar

func (x *PageInfo) GetProListShowAvatar() bool

func (*PageInfo) GetProListShowContent

func (x *PageInfo) GetProListShowContent() bool

func (*PageInfo) GetProListShowExtra

func (x *PageInfo) GetProListShowExtra() string

func (*PageInfo) GetProListShowMetaExtra

func (x *PageInfo) GetProListShowMetaExtra() bool

func (*PageInfo) GetProListShowMetaType

func (x *PageInfo) GetProListShowMetaType() bool

func (*PageInfo) GetProListShowSubTitle

func (x *PageInfo) GetProListShowSubTitle() bool

func (*PageInfo) GetProListShowTitle

func (x *PageInfo) GetProListShowTitle() bool

func (*PageInfo) GetProListShowType

func (x *PageInfo) GetProListShowType() int32

func (*PageInfo) GetProListSubTitleDataIndex

func (x *PageInfo) GetProListSubTitleDataIndex() string

func (*PageInfo) GetProListSubTitleRender

func (x *PageInfo) GetProListSubTitleRender() string

func (*PageInfo) GetProListSubTitleValueType

func (x *PageInfo) GetProListSubTitleValueType() string

func (*PageInfo) GetProListTitleDataIndex

func (x *PageInfo) GetProListTitleDataIndex() string

func (*PageInfo) GetProListTitleRender

func (x *PageInfo) GetProListTitleRender() string

func (*PageInfo) GetProListTitleValueType

func (x *PageInfo) GetProListTitleValueType() string

func (*PageInfo) GetProListTypeDataIndex

func (x *PageInfo) GetProListTypeDataIndex() string

func (*PageInfo) GetProListTypeRender

func (x *PageInfo) GetProListTypeRender() string

func (*PageInfo) GetProListTypeValueType

func (x *PageInfo) GetProListTypeValueType() string

func (*PageInfo) GetProjectID

func (x *PageInfo) GetProjectID() string

func (*PageInfo) GetQueryAfter

func (x *PageInfo) GetQueryAfter() string

func (*PageInfo) GetQueryBefore

func (x *PageInfo) GetQueryBefore() string

func (*PageInfo) GetScrollX

func (x *PageInfo) GetScrollX() int32

func (*PageInfo) GetSearchDefaultValue

func (x *PageInfo) GetSearchDefaultValue() string

func (*PageInfo) GetSearchFormID

func (x *PageInfo) GetSearchFormID() string

func (*PageInfo) GetShowIndex

func (x *PageInfo) GetShowIndex() bool

func (*PageInfo) GetShowSelection

func (x *PageInfo) GetShowSelection() bool

func (*PageInfo) GetSubmitAfter

func (x *PageInfo) GetSubmitAfter() string

func (*PageInfo) GetSubmitBefore

func (x *PageInfo) GetSubmitBefore() string

func (*PageInfo) GetTenantID

func (x *PageInfo) GetTenantID() string

func (*PageInfo) GetTitle

func (x *PageInfo) GetTitle() string

func (*PageInfo) GetToolBar

func (x *PageInfo) GetToolBar() *PageToolBar

func (*PageInfo) GetType

func (x *PageInfo) GetType() int32

func (*PageInfo) GetUpdatedAt

func (x *PageInfo) GetUpdatedAt() int64

func (*PageInfo) GetValueField

func (x *PageInfo) GetValueField() string

func (*PageInfo) GetViewFormID

func (x *PageInfo) GetViewFormID() string

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

func (x *PageInfo) ProtoReflect() protoreflect.Message

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

type PageServer

PageServer is the server API for Page service. All implementations must embed UnimplementedPageServer for forward compatibility

type PageToolBar

type PageToolBar struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	PageID string `protobuf:"bytes,2,opt,name=pageID,proto3" json:"pageID"`
	//是否显示全屏按钮
	FullScreen bool `protobuf:"varint,3,opt,name=fullScreen,proto3" json:"fullScreen"`
	//是否显示刷新按钮
	Reload bool `protobuf:"varint,4,opt,name=reload,proto3" json:"reload"`
	//是否显示设置按钮
	Setting bool `protobuf:"varint,5,opt,name=setting,proto3" json:"setting"`
	//
	Render string `protobuf:"bytes,6,opt,name=render,proto3" json:"render"`
	//是否显示新增按钮
	ShowAdd bool `protobuf:"varint,7,opt,name=showAdd,proto3" json:"showAdd"`
	//点击新增按钮时执行脚本
	AddScript string `protobuf:"bytes,8,opt,name=addScript,proto3" json:"addScript"`
	//新增按钮权限
	AddPermission string `protobuf:"bytes,9,opt,name=addPermission,proto3" json:"addPermission"`
	//是否显示导出按钮
	ShowExport bool `protobuf:"varint,10,opt,name=showExport,proto3" json:"showExport"`
	//导出API接口地址
	ExportUri string `protobuf:"bytes,11,opt,name=exportUri,proto3" json:"exportUri"`
	//是否显示可选框
	RowSelection bool `protobuf:"varint,12,opt,name=rowSelection,proto3" json:"rowSelection"`
	//是否显示批量删除按钮
	ShowBatchDel   bool   `protobuf:"varint,13,opt,name=showBatchDel,proto3" json:"showBatchDel"`
	ShowImport     bool   `protobuf:"varint,14,opt,name=showImport,proto3" json:"showImport"`
	BatchDelUri    string `protobuf:"bytes,15,opt,name=batchDelUri,proto3" json:"batchDelUri"`
	ImportUri      string `protobuf:"bytes,16,opt,name=importUri,proto3" json:"importUri"`
	ImportMulti    bool   `protobuf:"varint,17,opt,name=importMulti,proto3" json:"importMulti"`
	ImportMaxCount int32  `protobuf:"varint,18,opt,name=importMaxCount,proto3" json:"importMaxCount"`
	ImportFormID   string `protobuf:"bytes,19,opt,name=importFormID,proto3" json:"importFormID"`
	// contains filtered or unexported fields
}

func (*PageToolBar) Descriptor deprecated

func (*PageToolBar) Descriptor() ([]byte, []int)

Deprecated: Use PageToolBar.ProtoReflect.Descriptor instead.

func (*PageToolBar) GetAddPermission

func (x *PageToolBar) GetAddPermission() string

func (*PageToolBar) GetAddScript

func (x *PageToolBar) GetAddScript() string

func (*PageToolBar) GetBatchDelUri

func (x *PageToolBar) GetBatchDelUri() string

func (*PageToolBar) GetExportUri

func (x *PageToolBar) GetExportUri() string

func (*PageToolBar) GetFullScreen

func (x *PageToolBar) GetFullScreen() bool

func (*PageToolBar) GetId

func (x *PageToolBar) GetId() string

func (*PageToolBar) GetImportFormID

func (x *PageToolBar) GetImportFormID() string

func (*PageToolBar) GetImportMaxCount

func (x *PageToolBar) GetImportMaxCount() int32

func (*PageToolBar) GetImportMulti

func (x *PageToolBar) GetImportMulti() bool

func (*PageToolBar) GetImportUri

func (x *PageToolBar) GetImportUri() string

func (*PageToolBar) GetPageID

func (x *PageToolBar) GetPageID() string

func (*PageToolBar) GetReload

func (x *PageToolBar) GetReload() bool

func (*PageToolBar) GetRender

func (x *PageToolBar) GetRender() string

func (*PageToolBar) GetRowSelection

func (x *PageToolBar) GetRowSelection() bool

func (*PageToolBar) GetSetting

func (x *PageToolBar) GetSetting() bool

func (*PageToolBar) GetShowAdd

func (x *PageToolBar) GetShowAdd() bool

func (*PageToolBar) GetShowBatchDel

func (x *PageToolBar) GetShowBatchDel() bool

func (*PageToolBar) GetShowExport

func (x *PageToolBar) GetShowExport() bool

func (*PageToolBar) GetShowImport

func (x *PageToolBar) GetShowImport() bool

func (*PageToolBar) ProtoMessage

func (*PageToolBar) ProtoMessage()

func (*PageToolBar) ProtoReflect

func (x *PageToolBar) ProtoReflect() protoreflect.Message

func (*PageToolBar) Reset

func (x *PageToolBar) Reset()

func (*PageToolBar) String

func (x *PageToolBar) String() string

type QueryCellRequest

type QueryCellRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"mustSource" form:"mustSource"
	MustSource bool `protobuf:"varint,5,opt,name=mustSource,proto3" json:"mustSource" uri:"mustSource" form:"mustSource"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"system" form:"system"
	System string `protobuf:"bytes,7,opt,name=system,proto3" json:"system" uri:"system" form:"system"`
	// @inject_tag: uri:"view" form:"view"
	View string `protobuf:"bytes,8,opt,name=view,proto3" json:"view" uri:"view" form:"view"`
	// @inject_tag: uri:"shape" form:"shape"
	Shape string `protobuf:"bytes,9,opt,name=shape,proto3" json:"shape" uri:"shape" form:"shape"`
	// @inject_tag: uri:"isEdge" form:"isEdge"
	IsEdge int32 `protobuf:"varint,10,opt,name=isEdge,proto3" json:"isEdge" uri:"isEdge" form:"isEdge"`
	// @inject_tag: uri:"common" form:"common"
	Common bool `protobuf:"varint,11,opt,name=common,proto3" json:"common" uri:"common" form:"common"`
	// @inject_tag: uri:"resizing" form:"resizing"
	Resizing bool `protobuf:"varint,12,opt,name=resizing,proto3" json:"resizing" uri:"resizing" form:"resizing"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,13,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"mustTarget" form:"mustTarget"
	MustTarget bool `protobuf:"varint,14,opt,name=mustTarget,proto3" json:"mustTarget" uri:"mustTarget" form:"mustTarget"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,15,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,16,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// contains filtered or unexported fields
}

func (*QueryCellRequest) Descriptor deprecated

func (*QueryCellRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryCellRequest.ProtoReflect.Descriptor instead.

func (*QueryCellRequest) GetCommon

func (x *QueryCellRequest) GetCommon() bool

func (*QueryCellRequest) GetDesc

func (x *QueryCellRequest) GetDesc() bool

func (*QueryCellRequest) GetGroup

func (x *QueryCellRequest) GetGroup() string

func (*QueryCellRequest) GetIsEdge

func (x *QueryCellRequest) GetIsEdge() int32

func (*QueryCellRequest) GetMustSource

func (x *QueryCellRequest) GetMustSource() bool

func (*QueryCellRequest) GetMustTarget

func (x *QueryCellRequest) GetMustTarget() bool

func (*QueryCellRequest) GetName

func (x *QueryCellRequest) GetName() string

func (*QueryCellRequest) GetOrderField

func (x *QueryCellRequest) GetOrderField() string

func (*QueryCellRequest) GetPageIndex

func (x *QueryCellRequest) GetPageIndex() int64

func (*QueryCellRequest) GetPageSize

func (x *QueryCellRequest) GetPageSize() int64

func (*QueryCellRequest) GetProjectID

func (x *QueryCellRequest) GetProjectID() string

func (*QueryCellRequest) GetResizing

func (x *QueryCellRequest) GetResizing() bool

func (*QueryCellRequest) GetShape

func (x *QueryCellRequest) GetShape() string

func (*QueryCellRequest) GetSystem

func (x *QueryCellRequest) GetSystem() string

func (*QueryCellRequest) GetTenantID

func (x *QueryCellRequest) GetTenantID() string

func (*QueryCellRequest) GetView

func (x *QueryCellRequest) GetView() string

func (*QueryCellRequest) ProtoMessage

func (*QueryCellRequest) ProtoMessage()

func (*QueryCellRequest) ProtoReflect

func (x *QueryCellRequest) ProtoReflect() protoreflect.Message

func (*QueryCellRequest) Reset

func (x *QueryCellRequest) Reset()

func (*QueryCellRequest) String

func (x *QueryCellRequest) String() string

type QueryCellResponse

type QueryCellResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*CellInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryCellResponse) Descriptor deprecated

func (*QueryCellResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryCellResponse.ProtoReflect.Descriptor instead.

func (*QueryCellResponse) GetCode

func (x *QueryCellResponse) GetCode() Code

func (*QueryCellResponse) GetData

func (x *QueryCellResponse) GetData() []*CellInfo

func (*QueryCellResponse) GetMessage

func (x *QueryCellResponse) GetMessage() string

func (*QueryCellResponse) GetPages

func (x *QueryCellResponse) GetPages() int64

func (*QueryCellResponse) GetRecords

func (x *QueryCellResponse) GetRecords() int64

func (*QueryCellResponse) GetTotal

func (x *QueryCellResponse) GetTotal() int64

func (*QueryCellResponse) ProtoMessage

func (*QueryCellResponse) ProtoMessage()

func (*QueryCellResponse) ProtoReflect

func (x *QueryCellResponse) ProtoReflect() protoreflect.Message

func (*QueryCellResponse) Reset

func (x *QueryCellResponse) Reset()

func (*QueryCellResponse) String

func (x *QueryCellResponse) String() string

type QueryFileTemplateRequest

type QueryFileTemplateRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,3,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	//文件名称
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"language" form:"language"
	Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language" uri:"language" form:"language"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,6,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// contains filtered or unexported fields
}

func (*QueryFileTemplateRequest) Descriptor deprecated

func (*QueryFileTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryFileTemplateRequest.ProtoReflect.Descriptor instead.

func (*QueryFileTemplateRequest) GetGroup

func (x *QueryFileTemplateRequest) GetGroup() string

func (*QueryFileTemplateRequest) GetLanguage

func (x *QueryFileTemplateRequest) GetLanguage() string

func (*QueryFileTemplateRequest) GetName

func (x *QueryFileTemplateRequest) GetName() string

func (*QueryFileTemplateRequest) GetPageIndex

func (x *QueryFileTemplateRequest) GetPageIndex() int64

func (*QueryFileTemplateRequest) GetPageSize

func (x *QueryFileTemplateRequest) GetPageSize() int64

func (*QueryFileTemplateRequest) GetSortConfig

func (x *QueryFileTemplateRequest) GetSortConfig() string

func (*QueryFileTemplateRequest) ProtoMessage

func (*QueryFileTemplateRequest) ProtoMessage()

func (*QueryFileTemplateRequest) ProtoReflect

func (x *QueryFileTemplateRequest) ProtoReflect() protoreflect.Message

func (*QueryFileTemplateRequest) Reset

func (x *QueryFileTemplateRequest) Reset()

func (*QueryFileTemplateRequest) String

func (x *QueryFileTemplateRequest) String() string

type QueryFileTemplateResponse

type QueryFileTemplateResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FileTemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64               `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64               `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryFileTemplateResponse) Descriptor deprecated

func (*QueryFileTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryFileTemplateResponse.ProtoReflect.Descriptor instead.

func (*QueryFileTemplateResponse) GetCode

func (x *QueryFileTemplateResponse) GetCode() Code

func (*QueryFileTemplateResponse) GetData

func (*QueryFileTemplateResponse) GetMessage

func (x *QueryFileTemplateResponse) GetMessage() string

func (*QueryFileTemplateResponse) GetPages

func (x *QueryFileTemplateResponse) GetPages() int64

func (*QueryFileTemplateResponse) GetRecords

func (x *QueryFileTemplateResponse) GetRecords() int64

func (*QueryFileTemplateResponse) GetTotal

func (x *QueryFileTemplateResponse) GetTotal() int64

func (*QueryFileTemplateResponse) ProtoMessage

func (*QueryFileTemplateResponse) ProtoMessage()

func (*QueryFileTemplateResponse) ProtoReflect

func (*QueryFileTemplateResponse) Reset

func (x *QueryFileTemplateResponse) Reset()

func (*QueryFileTemplateResponse) String

func (x *QueryFileTemplateResponse) String() string

type QueryFormRequest

type QueryFormRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"pageName" form:"pageName"
	PageName string `protobuf:"bytes,6,opt,name=pageName,proto3" json:"pageName" uri:"pageName" form:"pageName"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,8,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"type" form:"type"
	Type string `protobuf:"bytes,10,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// @inject_tag: uri:"public" form:"public"
	Public int32 `protobuf:"varint,11,opt,name=public,proto3" json:"public" uri:"public" form:"public"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,12,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"subform" form:"subform"
	Subform int32 `protobuf:"varint,13,opt,name=subform,proto3" json:"subform" uri:"subform" form:"subform"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,14,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// 包含基础表单数据,例如用户管理、角色管理等
	// @inject_tag: uri:"inclusiveBasic" form:"inclusiveBasic"
	InclusiveBasic bool `protobuf:"varint,15,opt,name=inclusiveBasic,proto3" json:"inclusiveBasic" uri:"inclusiveBasic" form:"inclusiveBasic"`
	// contains filtered or unexported fields
}

func (*QueryFormRequest) Descriptor deprecated

func (*QueryFormRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryFormRequest.ProtoReflect.Descriptor instead.

func (*QueryFormRequest) GetDesc

func (x *QueryFormRequest) GetDesc() bool

func (*QueryFormRequest) GetGroup

func (x *QueryFormRequest) GetGroup() string

func (*QueryFormRequest) GetIds

func (x *QueryFormRequest) GetIds() []string

func (*QueryFormRequest) GetInclusiveBasic

func (x *QueryFormRequest) GetInclusiveBasic() bool

func (*QueryFormRequest) GetName

func (x *QueryFormRequest) GetName() string

func (*QueryFormRequest) GetOrderField

func (x *QueryFormRequest) GetOrderField() string

func (*QueryFormRequest) GetPageIndex

func (x *QueryFormRequest) GetPageIndex() int64

func (*QueryFormRequest) GetPageName

func (x *QueryFormRequest) GetPageName() string

func (*QueryFormRequest) GetPageSize

func (x *QueryFormRequest) GetPageSize() int64

func (*QueryFormRequest) GetProjectID

func (x *QueryFormRequest) GetProjectID() string

func (*QueryFormRequest) GetPublic

func (x *QueryFormRequest) GetPublic() int32

func (*QueryFormRequest) GetSubform

func (x *QueryFormRequest) GetSubform() int32

func (*QueryFormRequest) GetTenantID

func (x *QueryFormRequest) GetTenantID() string

func (*QueryFormRequest) GetType

func (x *QueryFormRequest) GetType() string

func (*QueryFormRequest) ProtoMessage

func (*QueryFormRequest) ProtoMessage()

func (*QueryFormRequest) ProtoReflect

func (x *QueryFormRequest) ProtoReflect() protoreflect.Message

func (*QueryFormRequest) Reset

func (x *QueryFormRequest) Reset()

func (*QueryFormRequest) String

func (x *QueryFormRequest) String() string

type QueryFormResponse

type QueryFormResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FormInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryFormResponse) Descriptor deprecated

func (*QueryFormResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryFormResponse.ProtoReflect.Descriptor instead.

func (*QueryFormResponse) GetCode

func (x *QueryFormResponse) GetCode() Code

func (*QueryFormResponse) GetData

func (x *QueryFormResponse) GetData() []*FormInfo

func (*QueryFormResponse) GetMessage

func (x *QueryFormResponse) GetMessage() string

func (*QueryFormResponse) GetPages

func (x *QueryFormResponse) GetPages() int64

func (*QueryFormResponse) GetRecords

func (x *QueryFormResponse) GetRecords() int64

func (*QueryFormResponse) GetTotal

func (x *QueryFormResponse) GetTotal() int64

func (*QueryFormResponse) ProtoMessage

func (*QueryFormResponse) ProtoMessage()

func (*QueryFormResponse) ProtoReflect

func (x *QueryFormResponse) ProtoReflect() protoreflect.Message

func (*QueryFormResponse) Reset

func (x *QueryFormResponse) Reset()

func (*QueryFormResponse) String

func (x *QueryFormResponse) String() string

type QueryFunctionalTemplateRequest

type QueryFunctionalTemplateRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,3,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	//语音
	// @inject_tag: uri:"language" form:"language"
	Language string `protobuf:"bytes,6,opt,name=language,proto3" json:"language" uri:"language" form:"language"`
	//分组
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	//名称
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// contains filtered or unexported fields
}

func (*QueryFunctionalTemplateRequest) Descriptor deprecated

func (*QueryFunctionalTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryFunctionalTemplateRequest.ProtoReflect.Descriptor instead.

func (*QueryFunctionalTemplateRequest) GetGroup

func (x *QueryFunctionalTemplateRequest) GetGroup() string

func (*QueryFunctionalTemplateRequest) GetLanguage

func (x *QueryFunctionalTemplateRequest) GetLanguage() string

func (*QueryFunctionalTemplateRequest) GetName

func (*QueryFunctionalTemplateRequest) GetPageIndex

func (x *QueryFunctionalTemplateRequest) GetPageIndex() int64

func (*QueryFunctionalTemplateRequest) GetPageSize

func (x *QueryFunctionalTemplateRequest) GetPageSize() int64

func (*QueryFunctionalTemplateRequest) GetSortConfig

func (x *QueryFunctionalTemplateRequest) GetSortConfig() string

func (*QueryFunctionalTemplateRequest) ProtoMessage

func (*QueryFunctionalTemplateRequest) ProtoMessage()

func (*QueryFunctionalTemplateRequest) ProtoReflect

func (*QueryFunctionalTemplateRequest) Reset

func (x *QueryFunctionalTemplateRequest) Reset()

func (*QueryFunctionalTemplateRequest) String

type QueryFunctionalTemplateResponse

type QueryFunctionalTemplateResponse struct {
	Code    Code                      `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string                    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FunctionalTemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64                     `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64                     `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64                     `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryFunctionalTemplateResponse) Descriptor deprecated

func (*QueryFunctionalTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryFunctionalTemplateResponse.ProtoReflect.Descriptor instead.

func (*QueryFunctionalTemplateResponse) GetCode

func (*QueryFunctionalTemplateResponse) GetData

func (*QueryFunctionalTemplateResponse) GetMessage

func (x *QueryFunctionalTemplateResponse) GetMessage() string

func (*QueryFunctionalTemplateResponse) GetPages

func (x *QueryFunctionalTemplateResponse) GetPages() int64

func (*QueryFunctionalTemplateResponse) GetRecords

func (x *QueryFunctionalTemplateResponse) GetRecords() int64

func (*QueryFunctionalTemplateResponse) GetTotal

func (x *QueryFunctionalTemplateResponse) GetTotal() int64

func (*QueryFunctionalTemplateResponse) ProtoMessage

func (*QueryFunctionalTemplateResponse) ProtoMessage()

func (*QueryFunctionalTemplateResponse) ProtoReflect

func (*QueryFunctionalTemplateResponse) Reset

func (*QueryFunctionalTemplateResponse) String

type QueryMetadataRequest

type QueryMetadataRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"parentID" form:"parentID"
	ParentID string `protobuf:"bytes,6,opt,name=parentID,proto3" json:"parentID" uri:"parentID" form:"parentID"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,7,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,8,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,9,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// contains filtered or unexported fields
}

func (*QueryMetadataRequest) Descriptor deprecated

func (*QueryMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryMetadataRequest.ProtoReflect.Descriptor instead.

func (*QueryMetadataRequest) GetDesc

func (x *QueryMetadataRequest) GetDesc() bool

func (*QueryMetadataRequest) GetIds

func (x *QueryMetadataRequest) GetIds() []string

func (*QueryMetadataRequest) GetName

func (x *QueryMetadataRequest) GetName() string

func (*QueryMetadataRequest) GetOrderField

func (x *QueryMetadataRequest) GetOrderField() string

func (*QueryMetadataRequest) GetPageIndex

func (x *QueryMetadataRequest) GetPageIndex() int64

func (*QueryMetadataRequest) GetPageSize

func (x *QueryMetadataRequest) GetPageSize() int64

func (*QueryMetadataRequest) GetParentID

func (x *QueryMetadataRequest) GetParentID() string

func (*QueryMetadataRequest) GetProjectID

func (x *QueryMetadataRequest) GetProjectID() string

func (*QueryMetadataRequest) GetTenantID

func (x *QueryMetadataRequest) GetTenantID() string

func (*QueryMetadataRequest) ProtoMessage

func (*QueryMetadataRequest) ProtoMessage()

func (*QueryMetadataRequest) ProtoReflect

func (x *QueryMetadataRequest) ProtoReflect() protoreflect.Message

func (*QueryMetadataRequest) Reset

func (x *QueryMetadataRequest) Reset()

func (*QueryMetadataRequest) String

func (x *QueryMetadataRequest) String() string

type QueryMetadataResponse

type QueryMetadataResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*MetadataInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64           `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64           `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64           `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryMetadataResponse) Descriptor deprecated

func (*QueryMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryMetadataResponse.ProtoReflect.Descriptor instead.

func (*QueryMetadataResponse) GetCode

func (x *QueryMetadataResponse) GetCode() Code

func (*QueryMetadataResponse) GetData

func (x *QueryMetadataResponse) GetData() []*MetadataInfo

func (*QueryMetadataResponse) GetMessage

func (x *QueryMetadataResponse) GetMessage() string

func (*QueryMetadataResponse) GetPages

func (x *QueryMetadataResponse) GetPages() int64

func (*QueryMetadataResponse) GetRecords

func (x *QueryMetadataResponse) GetRecords() int64

func (*QueryMetadataResponse) GetTotal

func (x *QueryMetadataResponse) GetTotal() int64

func (*QueryMetadataResponse) ProtoMessage

func (*QueryMetadataResponse) ProtoMessage()

func (*QueryMetadataResponse) ProtoReflect

func (x *QueryMetadataResponse) ProtoReflect() protoreflect.Message

func (*QueryMetadataResponse) Reset

func (x *QueryMetadataResponse) Reset()

func (*QueryMetadataResponse) String

func (x *QueryMetadataResponse) String() string

type QueryPageRequest

type QueryPageRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"enable" form:"enable"
	Enable int32 `protobuf:"varint,6,opt,name=enable,proto3" json:"enable" uri:"enable" form:"enable"`
	// @inject_tag: uri:"type" form:"type"
	Type int32 `protobuf:"varint,7,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,8,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,9,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,10,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// 包含基础页面配置数据,例如用户管理、角色管理等
	// @inject_tag: uri:"inclusiveBasic" form:"inclusiveBasic"
	InclusiveBasic bool `protobuf:"varint,11,opt,name=inclusiveBasic,proto3" json:"inclusiveBasic" uri:"inclusiveBasic" form:"inclusiveBasic"`
	// 是否子表单 0-查询全部 1-查询子表单 2-查询父表单
	// @inject_tag: uri:"isChild" form:"isChild"
	IsChild int32 `protobuf:"varint,12,opt,name=isChild,proto3" json:"isChild" uri:"isChild" form:"isChild"`
	// contains filtered or unexported fields
}

func (*QueryPageRequest) Descriptor deprecated

func (*QueryPageRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryPageRequest.ProtoReflect.Descriptor instead.

func (*QueryPageRequest) GetDesc

func (x *QueryPageRequest) GetDesc() bool

func (*QueryPageRequest) GetEnable

func (x *QueryPageRequest) GetEnable() int32

func (*QueryPageRequest) GetIds

func (x *QueryPageRequest) GetIds() []string

func (*QueryPageRequest) GetInclusiveBasic

func (x *QueryPageRequest) GetInclusiveBasic() bool

func (*QueryPageRequest) GetIsChild

func (x *QueryPageRequest) GetIsChild() int32

func (*QueryPageRequest) GetName

func (x *QueryPageRequest) GetName() string

func (*QueryPageRequest) GetOrderField

func (x *QueryPageRequest) GetOrderField() string

func (*QueryPageRequest) GetPageIndex

func (x *QueryPageRequest) GetPageIndex() int64

func (*QueryPageRequest) GetPageSize

func (x *QueryPageRequest) GetPageSize() int64

func (*QueryPageRequest) GetProjectID

func (x *QueryPageRequest) GetProjectID() string

func (*QueryPageRequest) GetTenantID

func (x *QueryPageRequest) GetTenantID() string

func (*QueryPageRequest) GetType

func (x *QueryPageRequest) GetType() int32

func (*QueryPageRequest) ProtoMessage

func (*QueryPageRequest) ProtoMessage()

func (*QueryPageRequest) ProtoReflect

func (x *QueryPageRequest) ProtoReflect() protoreflect.Message

func (*QueryPageRequest) Reset

func (x *QueryPageRequest) Reset()

func (*QueryPageRequest) String

func (x *QueryPageRequest) String() string

type QueryPageResponse

type QueryPageResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*PageInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryPageResponse) Descriptor deprecated

func (*QueryPageResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryPageResponse.ProtoReflect.Descriptor instead.

func (*QueryPageResponse) GetCode

func (x *QueryPageResponse) GetCode() Code

func (*QueryPageResponse) GetData

func (x *QueryPageResponse) GetData() []*PageInfo

func (*QueryPageResponse) GetMessage

func (x *QueryPageResponse) GetMessage() string

func (*QueryPageResponse) GetPages

func (x *QueryPageResponse) GetPages() int64

func (*QueryPageResponse) GetRecords

func (x *QueryPageResponse) GetRecords() int64

func (*QueryPageResponse) GetTotal

func (x *QueryPageResponse) GetTotal() int64

func (*QueryPageResponse) ProtoMessage

func (*QueryPageResponse) ProtoMessage()

func (*QueryPageResponse) ProtoReflect

func (x *QueryPageResponse) ProtoReflect() protoreflect.Message

func (*QueryPageResponse) Reset

func (x *QueryPageResponse) Reset()

func (*QueryPageResponse) String

func (x *QueryPageResponse) String() string

type QueryServiceRequest

type QueryServiceRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,6,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,7,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// contains filtered or unexported fields
}

func (*QueryServiceRequest) Descriptor deprecated

func (*QueryServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryServiceRequest.ProtoReflect.Descriptor instead.

func (*QueryServiceRequest) GetDesc

func (x *QueryServiceRequest) GetDesc() bool

func (*QueryServiceRequest) GetName

func (x *QueryServiceRequest) GetName() string

func (*QueryServiceRequest) GetOrderField

func (x *QueryServiceRequest) GetOrderField() string

func (*QueryServiceRequest) GetPageIndex

func (x *QueryServiceRequest) GetPageIndex() int64

func (*QueryServiceRequest) GetPageSize

func (x *QueryServiceRequest) GetPageSize() int64

func (*QueryServiceRequest) GetProjectID

func (x *QueryServiceRequest) GetProjectID() string

func (*QueryServiceRequest) GetTenantID

func (x *QueryServiceRequest) GetTenantID() string

func (*QueryServiceRequest) ProtoMessage

func (*QueryServiceRequest) ProtoMessage()

func (*QueryServiceRequest) ProtoReflect

func (x *QueryServiceRequest) ProtoReflect() protoreflect.Message

func (*QueryServiceRequest) Reset

func (x *QueryServiceRequest) Reset()

func (*QueryServiceRequest) String

func (x *QueryServiceRequest) String() string

type QueryServiceResponse

type QueryServiceResponse struct {
	Code    Code           `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*ServiceInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64          `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64          `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64          `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryServiceResponse) Descriptor deprecated

func (*QueryServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryServiceResponse.ProtoReflect.Descriptor instead.

func (*QueryServiceResponse) GetCode

func (x *QueryServiceResponse) GetCode() Code

func (*QueryServiceResponse) GetData

func (x *QueryServiceResponse) GetData() []*ServiceInfo

func (*QueryServiceResponse) GetMessage

func (x *QueryServiceResponse) GetMessage() string

func (*QueryServiceResponse) GetPages

func (x *QueryServiceResponse) GetPages() int64

func (*QueryServiceResponse) GetRecords

func (x *QueryServiceResponse) GetRecords() int64

func (*QueryServiceResponse) GetTotal

func (x *QueryServiceResponse) GetTotal() int64

func (*QueryServiceResponse) ProtoMessage

func (*QueryServiceResponse) ProtoMessage()

func (*QueryServiceResponse) ProtoReflect

func (x *QueryServiceResponse) ProtoReflect() protoreflect.Message

func (*QueryServiceResponse) Reset

func (x *QueryServiceResponse) Reset()

func (*QueryServiceResponse) String

func (x *QueryServiceResponse) String() string

type QuerySystemObjectRequest

type QuerySystemObjectRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,3,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	//是否启用
	// @inject_tag: uri:"enable" form:"enable"
	Enable int32 `protobuf:"varint,4,opt,name=enable,proto3" json:"enable" uri:"enable" form:"enable"`
	//名称
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	//编程语言
	// @inject_tag: uri:"language" form:"language"
	Language string `protobuf:"bytes,7,opt,name=language,proto3" json:"language" uri:"language" form:"language"`
	//类型 1-类 2-结构体 3-方法 4-代码
	// @inject_tag: uri:"type" form:"type"
	Type int32 `protobuf:"varint,8,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// contains filtered or unexported fields
}

func (*QuerySystemObjectRequest) Descriptor deprecated

func (*QuerySystemObjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use QuerySystemObjectRequest.ProtoReflect.Descriptor instead.

func (*QuerySystemObjectRequest) GetEnable

func (x *QuerySystemObjectRequest) GetEnable() int32

func (*QuerySystemObjectRequest) GetLanguage

func (x *QuerySystemObjectRequest) GetLanguage() string

func (*QuerySystemObjectRequest) GetName

func (x *QuerySystemObjectRequest) GetName() string

func (*QuerySystemObjectRequest) GetPageIndex

func (x *QuerySystemObjectRequest) GetPageIndex() int64

func (*QuerySystemObjectRequest) GetPageSize

func (x *QuerySystemObjectRequest) GetPageSize() int64

func (*QuerySystemObjectRequest) GetSortConfig

func (x *QuerySystemObjectRequest) GetSortConfig() string

func (*QuerySystemObjectRequest) GetType

func (x *QuerySystemObjectRequest) GetType() int32

func (*QuerySystemObjectRequest) ProtoMessage

func (*QuerySystemObjectRequest) ProtoMessage()

func (*QuerySystemObjectRequest) ProtoReflect

func (x *QuerySystemObjectRequest) ProtoReflect() protoreflect.Message

func (*QuerySystemObjectRequest) Reset

func (x *QuerySystemObjectRequest) Reset()

func (*QuerySystemObjectRequest) String

func (x *QuerySystemObjectRequest) String() string

type QuerySystemObjectResponse

type QuerySystemObjectResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*SystemObjectInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64               `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64               `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QuerySystemObjectResponse) Descriptor deprecated

func (*QuerySystemObjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use QuerySystemObjectResponse.ProtoReflect.Descriptor instead.

func (*QuerySystemObjectResponse) GetCode

func (x *QuerySystemObjectResponse) GetCode() Code

func (*QuerySystemObjectResponse) GetData

func (*QuerySystemObjectResponse) GetMessage

func (x *QuerySystemObjectResponse) GetMessage() string

func (*QuerySystemObjectResponse) GetPages

func (x *QuerySystemObjectResponse) GetPages() int64

func (*QuerySystemObjectResponse) GetRecords

func (x *QuerySystemObjectResponse) GetRecords() int64

func (*QuerySystemObjectResponse) GetTotal

func (x *QuerySystemObjectResponse) GetTotal() int64

func (*QuerySystemObjectResponse) ProtoMessage

func (*QuerySystemObjectResponse) ProtoMessage()

func (*QuerySystemObjectResponse) ProtoReflect

func (*QuerySystemObjectResponse) Reset

func (x *QuerySystemObjectResponse) Reset()

func (*QuerySystemObjectResponse) String

func (x *QuerySystemObjectResponse) String() string

type QueryTemplateRequest

type QueryTemplateRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"language" form:"language"
	Language string `protobuf:"bytes,6,opt,name=language,proto3" json:"language" uri:"language" form:"language"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,8,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"id" form:"id"
	Id string `protobuf:"bytes,9,opt,name=id,proto3" json:"id" uri:"id" form:"id"`
	// contains filtered or unexported fields
}

func (*QueryTemplateRequest) Descriptor deprecated

func (*QueryTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryTemplateRequest.ProtoReflect.Descriptor instead.

func (*QueryTemplateRequest) GetDesc

func (x *QueryTemplateRequest) GetDesc() bool

func (*QueryTemplateRequest) GetGroup

func (x *QueryTemplateRequest) GetGroup() string

func (*QueryTemplateRequest) GetId

func (x *QueryTemplateRequest) GetId() string

func (*QueryTemplateRequest) GetLanguage

func (x *QueryTemplateRequest) GetLanguage() string

func (*QueryTemplateRequest) GetName

func (x *QueryTemplateRequest) GetName() string

func (*QueryTemplateRequest) GetOrderField

func (x *QueryTemplateRequest) GetOrderField() string

func (*QueryTemplateRequest) GetPageIndex

func (x *QueryTemplateRequest) GetPageIndex() int64

func (*QueryTemplateRequest) GetPageSize

func (x *QueryTemplateRequest) GetPageSize() int64

func (*QueryTemplateRequest) GetTenantID

func (x *QueryTemplateRequest) GetTenantID() string

func (*QueryTemplateRequest) ProtoMessage

func (*QueryTemplateRequest) ProtoMessage()

func (*QueryTemplateRequest) ProtoReflect

func (x *QueryTemplateRequest) ProtoReflect() protoreflect.Message

func (*QueryTemplateRequest) Reset

func (x *QueryTemplateRequest) Reset()

func (*QueryTemplateRequest) String

func (x *QueryTemplateRequest) String() string

type QueryTemplateResponse

type QueryTemplateResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=curd.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*TemplateInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64           `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64           `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64           `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryTemplateResponse) Descriptor deprecated

func (*QueryTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryTemplateResponse.ProtoReflect.Descriptor instead.

func (*QueryTemplateResponse) GetCode

func (x *QueryTemplateResponse) GetCode() Code

func (*QueryTemplateResponse) GetData

func (x *QueryTemplateResponse) GetData() []*TemplateInfo

func (*QueryTemplateResponse) GetMessage

func (x *QueryTemplateResponse) GetMessage() string

func (*QueryTemplateResponse) GetPages

func (x *QueryTemplateResponse) GetPages() int64

func (*QueryTemplateResponse) GetRecords

func (x *QueryTemplateResponse) GetRecords() int64

func (*QueryTemplateResponse) GetTotal

func (x *QueryTemplateResponse) GetTotal() int64

func (*QueryTemplateResponse) ProtoMessage

func (*QueryTemplateResponse) ProtoMessage()

func (*QueryTemplateResponse) ProtoReflect

func (x *QueryTemplateResponse) ProtoReflect() protoreflect.Message

func (*QueryTemplateResponse) Reset

func (x *QueryTemplateResponse) Reset()

func (*QueryTemplateResponse) String

func (x *QueryTemplateResponse) String() string

type QuickAddCodeFileRequest

type QuickAddCodeFileRequest struct {
	ServiceID  string `protobuf:"bytes,1,opt,name=serviceID,proto3" json:"serviceID"`
	MetadataID string `protobuf:"bytes,2,opt,name=metadataID,proto3" json:"metadataID"`
	Package    string `protobuf:"bytes,3,opt,name=package,proto3" json:"package"`
	//1-简单 2-普通 3-复杂
	Type         int32  `protobuf:"varint,4,opt,name=type,proto3" json:"type"`
	NeedProvider bool   `protobuf:"varint,5,opt,name=needProvider,proto3" json:"needProvider"`
	IsTree       bool   `protobuf:"varint,6,opt,name=isTree,proto3" json:"isTree"`
	Params       string `protobuf:"bytes,7,opt,name=params,proto3" json:"params"`
	// contains filtered or unexported fields
}

func (*QuickAddCodeFileRequest) Descriptor deprecated

func (*QuickAddCodeFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use QuickAddCodeFileRequest.ProtoReflect.Descriptor instead.

func (*QuickAddCodeFileRequest) GetIsTree

func (x *QuickAddCodeFileRequest) GetIsTree() bool

func (*QuickAddCodeFileRequest) GetMetadataID

func (x *QuickAddCodeFileRequest) GetMetadataID() string

func (*QuickAddCodeFileRequest) GetNeedProvider

func (x *QuickAddCodeFileRequest) GetNeedProvider() bool

func (*QuickAddCodeFileRequest) GetPackage

func (x *QuickAddCodeFileRequest) GetPackage() string

func (*QuickAddCodeFileRequest) GetParams

func (x *QuickAddCodeFileRequest) GetParams() string

func (*QuickAddCodeFileRequest) GetServiceID

func (x *QuickAddCodeFileRequest) GetServiceID() string

func (*QuickAddCodeFileRequest) GetType

func (x *QuickAddCodeFileRequest) GetType() int32

func (*QuickAddCodeFileRequest) ProtoMessage

func (*QuickAddCodeFileRequest) ProtoMessage()

func (*QuickAddCodeFileRequest) ProtoReflect

func (x *QuickAddCodeFileRequest) ProtoReflect() protoreflect.Message

func (*QuickAddCodeFileRequest) Reset

func (x *QuickAddCodeFileRequest) Reset()

func (*QuickAddCodeFileRequest) String

func (x *QuickAddCodeFileRequest) String() string

type ServiceClientImpl

type ServiceClientImpl struct {
	Add       func(ctx context.Context, in *ServiceInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *ServiceInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryServiceRequest) (*QueryServiceResponse, error)
	GetAll    func(ctx context.Context, in *GetAllRequest) (*GetAllServiceResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetServiceDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
	Enable    func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
}

func (*ServiceClientImpl) GetDubboStub

func (c *ServiceClientImpl) GetDubboStub(cc *triple.TripleConn) ServiceClient

func (*ServiceClientImpl) XXX_InterfaceName

func (c *ServiceClientImpl) XXX_InterfaceName() string

type ServiceFunctionalInfo

type ServiceFunctionalInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//服务ID
	ServiceID string `protobuf:"bytes,2,opt,name=serviceID,proto3" json:"serviceID"`
	//功能模版ID
	FunctionalTemplateID string `protobuf:"bytes,3,opt,name=functionalTemplateID,proto3" json:"functionalTemplateID"`
	//元数据ID
	MetadataID string `protobuf:"bytes,4,opt,name=metadataID,proto3" json:"metadataID"`
	//自定义参数
	Params string `protobuf:"bytes,5,opt,name=params,proto3" json:"params"`
	//生成配置文件
	GenConfig bool `protobuf:"varint,6,opt,name=genConfig,proto3" json:"genConfig"`
	//是否启用
	Enable bool `protobuf:"varint,7,opt,name=enable,proto3" json:"enable"`
	// contains filtered or unexported fields
}

func (*ServiceFunctionalInfo) Descriptor deprecated

func (*ServiceFunctionalInfo) Descriptor() ([]byte, []int)

Deprecated: Use ServiceFunctionalInfo.ProtoReflect.Descriptor instead.

func (*ServiceFunctionalInfo) GetEnable

func (x *ServiceFunctionalInfo) GetEnable() bool

func (*ServiceFunctionalInfo) GetFunctionalTemplateID

func (x *ServiceFunctionalInfo) GetFunctionalTemplateID() string

func (*ServiceFunctionalInfo) GetGenConfig

func (x *ServiceFunctionalInfo) GetGenConfig() bool

func (*ServiceFunctionalInfo) GetId

func (x *ServiceFunctionalInfo) GetId() string

func (*ServiceFunctionalInfo) GetMetadataID

func (x *ServiceFunctionalInfo) GetMetadataID() string

func (*ServiceFunctionalInfo) GetParams

func (x *ServiceFunctionalInfo) GetParams() string

func (*ServiceFunctionalInfo) GetServiceID

func (x *ServiceFunctionalInfo) GetServiceID() string

func (*ServiceFunctionalInfo) ProtoMessage

func (*ServiceFunctionalInfo) ProtoMessage()

func (*ServiceFunctionalInfo) ProtoReflect

func (x *ServiceFunctionalInfo) ProtoReflect() protoreflect.Message

func (*ServiceFunctionalInfo) Reset

func (x *ServiceFunctionalInfo) Reset()

func (*ServiceFunctionalInfo) String

func (x *ServiceFunctionalInfo) String() string

type ServiceInfo

type ServiceInfo struct {
	Id                 string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Params             string                   `protobuf:"bytes,2,opt,name=params,proto3" json:"params"`
	Name               string                   `protobuf:"bytes,5,opt,name=name,proto3" json:"name"`
	CodeFiles          []*CodeFileInfo          `protobuf:"bytes,6,rep,name=codeFiles,proto3" json:"codeFiles"`
	DisplayName        string                   `protobuf:"bytes,7,opt,name=displayName,proto3" json:"displayName"`
	Package            string                   `protobuf:"bytes,8,opt,name=package,proto3" json:"package"`
	ProjectID          string                   `protobuf:"bytes,9,opt,name=projectID,proto3" json:"projectID"`
	TenantID           string                   `protobuf:"bytes,10,opt,name=tenantID,proto3" json:"tenantID"`
	ServiceFunctionals []*ServiceFunctionalInfo `protobuf:"bytes,11,rep,name=serviceFunctionals,proto3" json:"serviceFunctionals"`
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated

func (*ServiceInfo) Descriptor() ([]byte, []int)

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) GetCodeFiles

func (x *ServiceInfo) GetCodeFiles() []*CodeFileInfo

func (*ServiceInfo) GetDisplayName

func (x *ServiceInfo) GetDisplayName() string

func (*ServiceInfo) GetId

func (x *ServiceInfo) GetId() string

func (*ServiceInfo) GetName

func (x *ServiceInfo) GetName() string

func (*ServiceInfo) GetPackage

func (x *ServiceInfo) GetPackage() string

func (*ServiceInfo) GetParams

func (x *ServiceInfo) GetParams() string

func (*ServiceInfo) GetProjectID

func (x *ServiceInfo) GetProjectID() string

func (*ServiceInfo) GetServiceFunctionals

func (x *ServiceInfo) GetServiceFunctionals() []*ServiceFunctionalInfo

func (*ServiceInfo) GetTenantID

func (x *ServiceInfo) GetTenantID() string

func (*ServiceInfo) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

func (x *ServiceInfo) ProtoReflect() protoreflect.Message

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

type ServiceServer

ServiceServer is the server API for Service service. All implementations must embed UnimplementedServiceServer for forward compatibility

type SystemObjectClientImpl

func (*SystemObjectClientImpl) GetDubboStub

func (*SystemObjectClientImpl) XXX_InterfaceName

func (c *SystemObjectClientImpl) XXX_InterfaceName() string

type SystemObjectInfo

type SystemObjectInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//是否启用
	Enable bool `protobuf:"varint,2,opt,name=enable,proto3" json:"enable"`
	//名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	//显示名称
	DisplayName string `protobuf:"bytes,4,opt,name=displayName,proto3" json:"displayName"`
	//编程语言
	Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language"`
	//类型 1-类 2-结构体 3-方法 4-代码
	Type int32 `protobuf:"varint,6,opt,name=type,proto3" json:"type"`
	//代码
	Code string `protobuf:"bytes,7,opt,name=code,proto3" json:"code"`
	//备注
	Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description"`
	// contains filtered or unexported fields
}

func (*SystemObjectInfo) Descriptor deprecated

func (*SystemObjectInfo) Descriptor() ([]byte, []int)

Deprecated: Use SystemObjectInfo.ProtoReflect.Descriptor instead.

func (*SystemObjectInfo) GetCode

func (x *SystemObjectInfo) GetCode() string

func (*SystemObjectInfo) GetDescription

func (x *SystemObjectInfo) GetDescription() string

func (*SystemObjectInfo) GetDisplayName

func (x *SystemObjectInfo) GetDisplayName() string

func (*SystemObjectInfo) GetEnable

func (x *SystemObjectInfo) GetEnable() bool

func (*SystemObjectInfo) GetId

func (x *SystemObjectInfo) GetId() string

func (*SystemObjectInfo) GetLanguage

func (x *SystemObjectInfo) GetLanguage() string

func (*SystemObjectInfo) GetName

func (x *SystemObjectInfo) GetName() string

func (*SystemObjectInfo) GetType

func (x *SystemObjectInfo) GetType() int32

func (*SystemObjectInfo) ProtoMessage

func (*SystemObjectInfo) ProtoMessage()

func (*SystemObjectInfo) ProtoReflect

func (x *SystemObjectInfo) ProtoReflect() protoreflect.Message

func (*SystemObjectInfo) Reset

func (x *SystemObjectInfo) Reset()

func (*SystemObjectInfo) String

func (x *SystemObjectInfo) String() string

type SystemObjectServer

SystemObjectServer is the server API for SystemObject service. All implementations must embed UnimplementedSystemObjectServer for forward compatibility

type TemplateClientImpl

type TemplateClientImpl struct {
	Add       func(ctx context.Context, in *TemplateInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *TemplateInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryTemplateRequest) (*QueryTemplateResponse, error)
	GetAll    func(ctx context.Context, in *GetAllRequest) (*GetAllTemplateResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetTemplateDetailResponse, error)
	Copy      func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
}

func (*TemplateClientImpl) GetDubboStub

func (c *TemplateClientImpl) GetDubboStub(cc *triple.TripleConn) TemplateClient

func (*TemplateClientImpl) XXX_InterfaceName

func (c *TemplateClientImpl) XXX_InterfaceName() string

type TemplateInfo

type TemplateInfo struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID    string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Language    string `protobuf:"bytes,4,opt,name=language,proto3" json:"language"`
	Content     string `protobuf:"bytes,5,opt,name=content,proto3" json:"content"`
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description"`
	Group       string `protobuf:"bytes,7,opt,name=group,proto3" json:"group"`
	// contains filtered or unexported fields
}

func (*TemplateInfo) Descriptor deprecated

func (*TemplateInfo) Descriptor() ([]byte, []int)

Deprecated: Use TemplateInfo.ProtoReflect.Descriptor instead.

func (*TemplateInfo) GetContent

func (x *TemplateInfo) GetContent() string

func (*TemplateInfo) GetDescription

func (x *TemplateInfo) GetDescription() string

func (*TemplateInfo) GetGroup

func (x *TemplateInfo) GetGroup() string

func (*TemplateInfo) GetId

func (x *TemplateInfo) GetId() string

func (*TemplateInfo) GetLanguage

func (x *TemplateInfo) GetLanguage() string

func (*TemplateInfo) GetName

func (x *TemplateInfo) GetName() string

func (*TemplateInfo) GetTenantID

func (x *TemplateInfo) GetTenantID() string

func (*TemplateInfo) ProtoMessage

func (*TemplateInfo) ProtoMessage()

func (*TemplateInfo) ProtoReflect

func (x *TemplateInfo) ProtoReflect() protoreflect.Message

func (*TemplateInfo) Reset

func (x *TemplateInfo) Reset()

func (*TemplateInfo) String

func (x *TemplateInfo) String() string

type TemplateServer

TemplateServer is the server API for Template service. All implementations must embed UnimplementedTemplateServer for forward compatibility

type UnimplementedCellServer

type UnimplementedCellServer struct {
	// contains filtered or unexported fields
}

UnimplementedCellServer must be embedded to have forward compatible implementations.

func (UnimplementedCellServer) Add

func (UnimplementedCellServer) Copy

func (UnimplementedCellServer) Delete

func (UnimplementedCellServer) Enable

func (UnimplementedCellServer) GetAll

func (UnimplementedCellServer) GetDetail

func (UnimplementedCellServer) Query

func (UnimplementedCellServer) Update

func (*UnimplementedCellServer) XXX_GetProxyImpl

func (s *UnimplementedCellServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedCellServer) XXX_InterfaceName

func (s *UnimplementedCellServer) XXX_InterfaceName() string

func (*UnimplementedCellServer) XXX_ServiceDesc

func (s *UnimplementedCellServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedCellServer) XXX_SetProxyImpl

func (s *UnimplementedCellServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedFileTemplateServer

type UnimplementedFileTemplateServer struct {
	// contains filtered or unexported fields
}

UnimplementedFileTemplateServer must be embedded to have forward compatible implementations.

func (UnimplementedFileTemplateServer) Add

func (UnimplementedFileTemplateServer) Copy

func (UnimplementedFileTemplateServer) Delete

func (UnimplementedFileTemplateServer) GetAll

func (UnimplementedFileTemplateServer) GetDetail

func (UnimplementedFileTemplateServer) Update

func (*UnimplementedFileTemplateServer) XXX_GetProxyImpl

func (s *UnimplementedFileTemplateServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedFileTemplateServer) XXX_InterfaceName

func (s *UnimplementedFileTemplateServer) XXX_InterfaceName() string

func (*UnimplementedFileTemplateServer) XXX_ServiceDesc

func (s *UnimplementedFileTemplateServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedFileTemplateServer) XXX_SetProxyImpl

func (s *UnimplementedFileTemplateServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedFormServer

type UnimplementedFormServer struct {
	// contains filtered or unexported fields
}

UnimplementedFormServer must be embedded to have forward compatible implementations.

func (UnimplementedFormServer) Add

func (UnimplementedFormServer) Delete

func (UnimplementedFormServer) GetAll

func (UnimplementedFormServer) GetDetail

func (UnimplementedFormServer) GetVersion

func (UnimplementedFormServer) Query

func (UnimplementedFormServer) Update

func (*UnimplementedFormServer) XXX_GetProxyImpl

func (s *UnimplementedFormServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedFormServer) XXX_InterfaceName

func (s *UnimplementedFormServer) XXX_InterfaceName() string

func (*UnimplementedFormServer) XXX_ServiceDesc

func (s *UnimplementedFormServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedFormServer) XXX_SetProxyImpl

func (s *UnimplementedFormServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedFunctionalTemplateServer

type UnimplementedFunctionalTemplateServer struct {
	// contains filtered or unexported fields
}

UnimplementedFunctionalTemplateServer must be embedded to have forward compatible implementations.

func (UnimplementedFunctionalTemplateServer) Add

func (UnimplementedFunctionalTemplateServer) Copy

func (UnimplementedFunctionalTemplateServer) Delete

func (UnimplementedFunctionalTemplateServer) Enable

func (UnimplementedFunctionalTemplateServer) GetAll

func (UnimplementedFunctionalTemplateServer) Update

func (*UnimplementedFunctionalTemplateServer) XXX_GetProxyImpl

func (*UnimplementedFunctionalTemplateServer) XXX_InterfaceName

func (s *UnimplementedFunctionalTemplateServer) XXX_InterfaceName() string

func (*UnimplementedFunctionalTemplateServer) XXX_ServiceDesc

func (*UnimplementedFunctionalTemplateServer) XXX_SetProxyImpl

func (s *UnimplementedFunctionalTemplateServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedMetadataServer

type UnimplementedMetadataServer struct {
	// contains filtered or unexported fields
}

UnimplementedMetadataServer must be embedded to have forward compatible implementations.

func (UnimplementedMetadataServer) Add

func (UnimplementedMetadataServer) Copy

func (UnimplementedMetadataServer) Delete

func (UnimplementedMetadataServer) GetAll

func (UnimplementedMetadataServer) GetDetail

func (UnimplementedMetadataServer) Query

func (UnimplementedMetadataServer) Update

func (*UnimplementedMetadataServer) XXX_GetProxyImpl

func (s *UnimplementedMetadataServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedMetadataServer) XXX_InterfaceName

func (s *UnimplementedMetadataServer) XXX_InterfaceName() string

func (*UnimplementedMetadataServer) XXX_ServiceDesc

func (s *UnimplementedMetadataServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedMetadataServer) XXX_SetProxyImpl

func (s *UnimplementedMetadataServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedPageServer

type UnimplementedPageServer struct {
	// contains filtered or unexported fields
}

UnimplementedPageServer must be embedded to have forward compatible implementations.

func (UnimplementedPageServer) Add

func (UnimplementedPageServer) Copy

func (UnimplementedPageServer) Delete

func (UnimplementedPageServer) Enable

func (UnimplementedPageServer) GetAll

func (UnimplementedPageServer) GetDetail

func (UnimplementedPageServer) Query

func (UnimplementedPageServer) Update

func (*UnimplementedPageServer) XXX_GetProxyImpl

func (s *UnimplementedPageServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedPageServer) XXX_InterfaceName

func (s *UnimplementedPageServer) XXX_InterfaceName() string

func (*UnimplementedPageServer) XXX_ServiceDesc

func (s *UnimplementedPageServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedPageServer) XXX_SetProxyImpl

func (s *UnimplementedPageServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
	// contains filtered or unexported fields
}

UnimplementedServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedServiceServer) Add

func (UnimplementedServiceServer) Copy

func (UnimplementedServiceServer) Delete

func (UnimplementedServiceServer) Enable

func (UnimplementedServiceServer) GetAll

func (UnimplementedServiceServer) GetDetail

func (UnimplementedServiceServer) Query

func (UnimplementedServiceServer) Update

func (*UnimplementedServiceServer) XXX_GetProxyImpl

func (s *UnimplementedServiceServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedServiceServer) XXX_InterfaceName

func (s *UnimplementedServiceServer) XXX_InterfaceName() string

func (*UnimplementedServiceServer) XXX_ServiceDesc

func (s *UnimplementedServiceServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedServiceServer) XXX_SetProxyImpl

func (s *UnimplementedServiceServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedSystemObjectServer

type UnimplementedSystemObjectServer struct {
	// contains filtered or unexported fields
}

UnimplementedSystemObjectServer must be embedded to have forward compatible implementations.

func (UnimplementedSystemObjectServer) Add

func (UnimplementedSystemObjectServer) Copy

func (UnimplementedSystemObjectServer) Delete

func (UnimplementedSystemObjectServer) Enable

func (UnimplementedSystemObjectServer) GetDetail

func (UnimplementedSystemObjectServer) Update

func (*UnimplementedSystemObjectServer) XXX_GetProxyImpl

func (s *UnimplementedSystemObjectServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedSystemObjectServer) XXX_InterfaceName

func (s *UnimplementedSystemObjectServer) XXX_InterfaceName() string

func (*UnimplementedSystemObjectServer) XXX_ServiceDesc

func (s *UnimplementedSystemObjectServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedSystemObjectServer) XXX_SetProxyImpl

func (s *UnimplementedSystemObjectServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedTemplateServer

type UnimplementedTemplateServer struct {
	// contains filtered or unexported fields
}

UnimplementedTemplateServer must be embedded to have forward compatible implementations.

func (UnimplementedTemplateServer) Add

func (UnimplementedTemplateServer) Copy

func (UnimplementedTemplateServer) Delete

func (UnimplementedTemplateServer) GetAll

func (UnimplementedTemplateServer) GetDetail

func (UnimplementedTemplateServer) Query

func (UnimplementedTemplateServer) Update

func (*UnimplementedTemplateServer) XXX_GetProxyImpl

func (s *UnimplementedTemplateServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedTemplateServer) XXX_InterfaceName

func (s *UnimplementedTemplateServer) XXX_InterfaceName() string

func (*UnimplementedTemplateServer) XXX_ServiceDesc

func (s *UnimplementedTemplateServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedTemplateServer) XXX_SetProxyImpl

func (s *UnimplementedTemplateServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnsafeCellServer

type UnsafeCellServer interface {
	// contains filtered or unexported methods
}

UnsafeCellServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CellServer will result in compilation errors.

type UnsafeFileTemplateServer

type UnsafeFileTemplateServer interface {
	// contains filtered or unexported methods
}

UnsafeFileTemplateServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FileTemplateServer will result in compilation errors.

type UnsafeFormServer

type UnsafeFormServer interface {
	// contains filtered or unexported methods
}

UnsafeFormServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormServer will result in compilation errors.

type UnsafeFunctionalTemplateServer

type UnsafeFunctionalTemplateServer interface {
	// contains filtered or unexported methods
}

UnsafeFunctionalTemplateServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FunctionalTemplateServer will result in compilation errors.

type UnsafeMetadataServer

type UnsafeMetadataServer interface {
	// contains filtered or unexported methods
}

UnsafeMetadataServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MetadataServer will result in compilation errors.

type UnsafePageServer

type UnsafePageServer interface {
	// contains filtered or unexported methods
}

UnsafePageServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PageServer will result in compilation errors.

type UnsafeServiceServer

type UnsafeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceServer will result in compilation errors.

type UnsafeSystemObjectServer

type UnsafeSystemObjectServer interface {
	// contains filtered or unexported methods
}

UnsafeSystemObjectServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemObjectServer will result in compilation errors.

type UnsafeTemplateServer

type UnsafeTemplateServer interface {
	// contains filtered or unexported methods
}

UnsafeTemplateServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TemplateServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL