Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterDynamicServiceServer(s grpc.ServiceRegistrar, srv DynamicServiceServer)
- func RegisterEntityServiceServer(s grpc.ServiceRegistrar, srv EntityServiceServer)
- type Aggregate
- func (*Aggregate) Descriptor() ([]byte, []int)deprecated
- func (x *Aggregate) GetGroup() *AggregationGroup
- func (x *Aggregate) GetLookups() []*LookUps
- func (*Aggregate) ProtoMessage()
- func (x *Aggregate) ProtoReflect() protoreflect.Message
- func (x *Aggregate) Reset()
- func (x *Aggregate) String() string
- type AggregationGroup
- func (*AggregationGroup) Descriptor() ([]byte, []int)deprecated
- func (x *AggregationGroup) GetAccumulator() string
- func (x *AggregationGroup) GetExpression() string
- func (x *AggregationGroup) GetField() string
- func (x *AggregationGroup) GetXId() string
- func (*AggregationGroup) ProtoMessage()
- func (x *AggregationGroup) ProtoReflect() protoreflect.Message
- func (x *AggregationGroup) Reset()
- func (x *AggregationGroup) String() string
- type DynamicServiceClient
- type DynamicServiceServer
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)deprecated
- func (x *Entity) GetData() *structpb.Struct
- func (x *Entity) GetLocation() string
- func (x *Entity) GetSlug() string
- func (x *Entity) GetXId() string
- func (*Entity) ProtoMessage()
- func (x *Entity) ProtoReflect() protoreflect.Message
- func (x *Entity) Reset()
- func (x *Entity) String() string
- type EntityServiceClient
- type EntityServiceServer
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetCreatedAt() string
- func (x *Field) GetDefaultValue() string
- func (x *Field) GetDescription() string
- func (x *Field) GetFieldType() string
- func (x *Field) GetGroupId() string
- func (x *Field) GetIsArray() bool
- func (x *Field) GetIsRequired() bool
- func (x *Field) GetIsSearchable() int32
- func (x *Field) GetMax() int32
- func (x *Field) GetMin() int32
- func (x *Field) GetName() string
- func (x *Field) GetOrderNumber() int32
- func (x *Field) GetPlaceholder() string
- func (x *Field) GetSelectType() []*SelectType
- func (x *Field) GetSlug() string
- func (x *Field) GetStatus() int32
- func (x *Field) GetUpdatedAt() string
- func (x *Field) GetValidationFunc() string
- func (x *Field) GetValidationRegex() string
- func (x *Field) GetXId() string
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type GetAllFieldRequest
- func (*GetAllFieldRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllFieldRequest) GetFieldType() string
- func (x *GetAllFieldRequest) GetGroupId() string
- func (x *GetAllFieldRequest) GetLimit() int32
- func (x *GetAllFieldRequest) GetOffset() int32
- func (x *GetAllFieldRequest) GetOrder() string
- func (x *GetAllFieldRequest) GetSearch() string
- func (x *GetAllFieldRequest) GetSlug() string
- func (x *GetAllFieldRequest) GetSort() string
- func (*GetAllFieldRequest) ProtoMessage()
- func (x *GetAllFieldRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllFieldRequest) Reset()
- func (x *GetAllFieldRequest) String() string
- type GetAllFieldResponse
- func (*GetAllFieldResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllFieldResponse) GetCount() int32
- func (x *GetAllFieldResponse) GetFields() []*Field
- func (*GetAllFieldResponse) ProtoMessage()
- func (x *GetAllFieldResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllFieldResponse) Reset()
- func (x *GetAllFieldResponse) String() string
- type GetAllGroupRequest
- func (*GetAllGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllGroupRequest) GetGroupType() int32
- func (x *GetAllGroupRequest) GetLimit() int32
- func (x *GetAllGroupRequest) GetOffset() int32
- func (x *GetAllGroupRequest) GetOrder() string
- func (x *GetAllGroupRequest) GetParentId() string
- func (x *GetAllGroupRequest) GetSearch() string
- func (x *GetAllGroupRequest) GetSlug() string
- func (x *GetAllGroupRequest) GetSort() string
- func (*GetAllGroupRequest) ProtoMessage()
- func (x *GetAllGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllGroupRequest) Reset()
- func (x *GetAllGroupRequest) String() string
- type GetAllGroupResponse
- func (*GetAllGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllGroupResponse) GetCount() int32
- func (x *GetAllGroupResponse) GetGroups() []*Group
- func (*GetAllGroupResponse) ProtoMessage()
- func (x *GetAllGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllGroupResponse) Reset()
- func (x *GetAllGroupResponse) String() string
- type GetAllRequest
- func (*GetAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllRequest) GetData() *structpb.Struct
- func (x *GetAllRequest) GetLimit() int32
- func (x *GetAllRequest) GetLocation() string
- func (x *GetAllRequest) GetOffset() int32
- func (x *GetAllRequest) GetOrder() string
- func (x *GetAllRequest) GetSearch() string
- func (x *GetAllRequest) GetSlug() string
- func (x *GetAllRequest) GetSort() string
- func (*GetAllRequest) ProtoMessage()
- func (x *GetAllRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllRequest) Reset()
- func (x *GetAllRequest) String() string
- type GetAllResponse
- func (*GetAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllResponse) GetCount() int32
- func (x *GetAllResponse) GetEntities() []*structpb.Struct
- func (x *GetAllResponse) GetSlug() string
- func (*GetAllResponse) ProtoMessage()
- func (x *GetAllResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllResponse) Reset()
- func (x *GetAllResponse) String() string
- type GetByIdRequest
- type GetByPk
- func (*GetByPk) Descriptor() ([]byte, []int)deprecated
- func (x *GetByPk) GetLocation() string
- func (x *GetByPk) GetSlug() string
- func (x *GetByPk) GetXId() string
- func (*GetByPk) ProtoMessage()
- func (x *GetByPk) ProtoReflect() protoreflect.Message
- func (x *GetByPk) Reset()
- func (x *GetByPk) String() string
- type GetBySlug
- type GetJoinRequest
- func (*GetJoinRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinRequest) GetAggregate() *Aggregate
- func (x *GetJoinRequest) GetData() *structpb.Struct
- func (x *GetJoinRequest) GetLimit() int32
- func (x *GetJoinRequest) GetLocation() string
- func (x *GetJoinRequest) GetOffset() int32
- func (x *GetJoinRequest) GetOrder() string
- func (x *GetJoinRequest) GetSearch() string
- func (x *GetJoinRequest) GetSlug() string
- func (x *GetJoinRequest) GetSort() string
- func (*GetJoinRequest) ProtoMessage()
- func (x *GetJoinRequest) ProtoReflect() protoreflect.Message
- func (x *GetJoinRequest) Reset()
- func (x *GetJoinRequest) String() string
- type Group
- func (*Group) Descriptor() ([]byte, []int)deprecated
- func (x *Group) GetChildren() []*Group
- func (x *Group) GetCreatedAt() string
- func (x *Group) GetDescription() string
- func (x *Group) GetFields() []*Field
- func (x *Group) GetGroupType() int32
- func (x *Group) GetName() string
- func (x *Group) GetOrderNumber() int32
- func (x *Group) GetParentId() *wrapperspb.StringValue
- func (x *Group) GetSlug() string
- func (x *Group) GetStatus() int32
- func (x *Group) GetUpdatedAt() string
- func (x *Group) GetXId() string
- func (*Group) ProtoMessage()
- func (x *Group) ProtoReflect() protoreflect.Message
- func (x *Group) Reset()
- func (x *Group) String() string
- type LookUps
- func (*LookUps) Descriptor() ([]byte, []int)deprecated
- func (x *LookUps) GetAs() string
- func (x *LookUps) GetForeignField() string
- func (x *LookUps) GetFrom() string
- func (x *LookUps) GetLocalField() string
- func (*LookUps) ProtoMessage()
- func (x *LookUps) ProtoReflect() protoreflect.Message
- func (x *LookUps) Reset()
- func (x *LookUps) String() string
- type SelectType
- func (*SelectType) Descriptor() ([]byte, []int)deprecated
- func (x *SelectType) GetDescription() string
- func (x *SelectType) GetName() string
- func (x *SelectType) GetValue() string
- func (x *SelectType) GetValueType() string
- func (x *SelectType) GetXId() string
- func (*SelectType) ProtoMessage()
- func (x *SelectType) ProtoReflect() protoreflect.Message
- func (x *SelectType) Reset()
- func (x *SelectType) String() string
- type UnimplementedDynamicServiceServer
- func (UnimplementedDynamicServiceServer) CreateField(context.Context, *Field) (*Field, error)
- func (UnimplementedDynamicServiceServer) CreateGroup(context.Context, *Group) (*Group, error)
- func (UnimplementedDynamicServiceServer) DeleteField(context.Context, *GetByIdRequest) (*emptypb.Empty, error)
- func (UnimplementedDynamicServiceServer) DeleteGroup(context.Context, *GetByIdRequest) (*emptypb.Empty, error)
- func (UnimplementedDynamicServiceServer) GetAllField(context.Context, *GetAllFieldRequest) (*GetAllFieldResponse, error)
- func (UnimplementedDynamicServiceServer) GetAllGroup(context.Context, *GetAllGroupRequest) (*GetAllGroupResponse, error)
- func (UnimplementedDynamicServiceServer) GetFieldById(context.Context, *GetByIdRequest) (*Field, error)
- func (UnimplementedDynamicServiceServer) GetFullGroup(context.Context, *GetByIdRequest) (*Group, error)
- func (UnimplementedDynamicServiceServer) GetGroupById(context.Context, *GetByIdRequest) (*Group, error)
- func (UnimplementedDynamicServiceServer) UpdateField(context.Context, *Field) (*Field, error)
- func (UnimplementedDynamicServiceServer) UpdateGroup(context.Context, *Group) (*Group, error)
- type UnimplementedEntityServiceServer
- func (UnimplementedEntityServiceServer) Create(context.Context, *Entity) (*Entity, error)
- func (UnimplementedEntityServiceServer) Delete(context.Context, *Entity) (*emptypb.Empty, error)
- func (UnimplementedEntityServiceServer) GetAll(context.Context, *GetAllRequest) (*GetAllResponse, error)
- func (UnimplementedEntityServiceServer) GetById(context.Context, *GetByPk) (*Entity, error)
- func (UnimplementedEntityServiceServer) GetJoin(context.Context, *GetJoinRequest) (*GetAllResponse, error)
- func (UnimplementedEntityServiceServer) Update(context.Context, *Entity) (*Entity, error)
- func (UnimplementedEntityServiceServer) UpdatePatch(context.Context, *Entity) (*Entity, error)
- type UnsafeDynamicServiceServer
- type UnsafeEntityServiceServer
Constants ¶
const ( EntityService_Create_FullMethodName = "/dynamic_service.EntityService/Create" EntityService_Update_FullMethodName = "/dynamic_service.EntityService/Update" EntityService_UpdatePatch_FullMethodName = "/dynamic_service.EntityService/UpdatePatch" EntityService_Delete_FullMethodName = "/dynamic_service.EntityService/Delete" EntityService_GetAll_FullMethodName = "/dynamic_service.EntityService/GetAll" EntityService_GetById_FullMethodName = "/dynamic_service.EntityService/GetById" EntityService_GetJoin_FullMethodName = "/dynamic_service.EntityService/GetJoin" )
const ( DynamicService_CreateGroup_FullMethodName = "/dynamic_service.DynamicService/CreateGroup" DynamicService_UpdateGroup_FullMethodName = "/dynamic_service.DynamicService/UpdateGroup" DynamicService_DeleteGroup_FullMethodName = "/dynamic_service.DynamicService/DeleteGroup" DynamicService_GetGroupById_FullMethodName = "/dynamic_service.DynamicService/GetGroupById" DynamicService_GetAllGroup_FullMethodName = "/dynamic_service.DynamicService/GetAllGroup" DynamicService_CreateField_FullMethodName = "/dynamic_service.DynamicService/CreateField" DynamicService_UpdateField_FullMethodName = "/dynamic_service.DynamicService/UpdateField" DynamicService_DeleteField_FullMethodName = "/dynamic_service.DynamicService/DeleteField" DynamicService_GetFieldById_FullMethodName = "/dynamic_service.DynamicService/GetFieldById" DynamicService_GetAllField_FullMethodName = "/dynamic_service.DynamicService/GetAllField" DynamicService_GetFullGroup_FullMethodName = "/dynamic_service.DynamicService/GetFullGroup" )
Variables ¶
var DynamicService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "dynamic_service.DynamicService", HandlerType: (*DynamicServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateGroup", Handler: _DynamicService_CreateGroup_Handler, }, { MethodName: "UpdateGroup", Handler: _DynamicService_UpdateGroup_Handler, }, { MethodName: "DeleteGroup", Handler: _DynamicService_DeleteGroup_Handler, }, { MethodName: "GetGroupById", Handler: _DynamicService_GetGroupById_Handler, }, { MethodName: "GetAllGroup", Handler: _DynamicService_GetAllGroup_Handler, }, { MethodName: "CreateField", Handler: _DynamicService_CreateField_Handler, }, { MethodName: "UpdateField", Handler: _DynamicService_UpdateField_Handler, }, { MethodName: "DeleteField", Handler: _DynamicService_DeleteField_Handler, }, { MethodName: "GetFieldById", Handler: _DynamicService_GetFieldById_Handler, }, { MethodName: "GetAllField", Handler: _DynamicService_GetAllField_Handler, }, { MethodName: "GetFullGroup", Handler: _DynamicService_GetFullGroup_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "group.proto", }
DynamicService_ServiceDesc is the grpc.ServiceDesc for DynamicService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var EntityService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "dynamic_service.EntityService", HandlerType: (*EntityServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _EntityService_Create_Handler, }, { MethodName: "Update", Handler: _EntityService_Update_Handler, }, { MethodName: "UpdatePatch", Handler: _EntityService_UpdatePatch_Handler, }, { MethodName: "Delete", Handler: _EntityService_Delete_Handler, }, { MethodName: "GetAll", Handler: _EntityService_GetAll_Handler, }, { MethodName: "GetById", Handler: _EntityService_GetById_Handler, }, { MethodName: "GetJoin", Handler: _EntityService_GetJoin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "entity.proto", }
EntityService_ServiceDesc is the grpc.ServiceDesc for EntityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_entity_proto protoreflect.FileDescriptor
var File_group_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDynamicServiceServer ¶
func RegisterDynamicServiceServer(s grpc.ServiceRegistrar, srv DynamicServiceServer)
func RegisterEntityServiceServer ¶
func RegisterEntityServiceServer(s grpc.ServiceRegistrar, srv EntityServiceServer)
Types ¶
type Aggregate ¶
type Aggregate struct { Lookups []*LookUps `protobuf:"bytes,4,rep,name=lookups,proto3" json:"lookups" bson:"lookups"` Group *AggregationGroup `protobuf:"bytes,5,opt,name=group,proto3" json:"group" bson:"group"` // contains filtered or unexported fields }
func (*Aggregate) Descriptor
deprecated
func (*Aggregate) GetGroup ¶
func (x *Aggregate) GetGroup() *AggregationGroup
func (*Aggregate) GetLookups ¶
func (*Aggregate) ProtoMessage ¶
func (*Aggregate) ProtoMessage()
func (*Aggregate) ProtoReflect ¶
func (x *Aggregate) ProtoReflect() protoreflect.Message
type AggregationGroup ¶
type AggregationGroup struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Field string `protobuf:"bytes,2,opt,name=field,proto3" json:"field" bson:"field"` Accumulator string `protobuf:"bytes,3,opt,name=accumulator,proto3" json:"accumulator" bson:"accumulator"` Expression string `protobuf:"bytes,4,opt,name=expression,proto3" json:"expression" bson:"expression"` // contains filtered or unexported fields }
func (*AggregationGroup) Descriptor
deprecated
func (*AggregationGroup) Descriptor() ([]byte, []int)
Deprecated: Use AggregationGroup.ProtoReflect.Descriptor instead.
func (*AggregationGroup) GetAccumulator ¶
func (x *AggregationGroup) GetAccumulator() string
func (*AggregationGroup) GetExpression ¶
func (x *AggregationGroup) GetExpression() string
func (*AggregationGroup) GetField ¶
func (x *AggregationGroup) GetField() string
func (*AggregationGroup) GetXId ¶
func (x *AggregationGroup) GetXId() string
func (*AggregationGroup) ProtoMessage ¶
func (*AggregationGroup) ProtoMessage()
func (*AggregationGroup) ProtoReflect ¶
func (x *AggregationGroup) ProtoReflect() protoreflect.Message
func (*AggregationGroup) Reset ¶
func (x *AggregationGroup) Reset()
func (*AggregationGroup) String ¶
func (x *AggregationGroup) String() string
type DynamicServiceClient ¶
type DynamicServiceClient interface { CreateGroup(ctx context.Context, in *Group, opts ...grpc.CallOption) (*Group, error) UpdateGroup(ctx context.Context, in *Group, opts ...grpc.CallOption) (*Group, error) DeleteGroup(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetGroupById(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*Group, error) GetAllGroup(ctx context.Context, in *GetAllGroupRequest, opts ...grpc.CallOption) (*GetAllGroupResponse, error) CreateField(ctx context.Context, in *Field, opts ...grpc.CallOption) (*Field, error) UpdateField(ctx context.Context, in *Field, opts ...grpc.CallOption) (*Field, error) DeleteField(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetFieldById(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*Field, error) GetAllField(ctx context.Context, in *GetAllFieldRequest, opts ...grpc.CallOption) (*GetAllFieldResponse, error) GetFullGroup(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*Group, error) }
DynamicServiceClient is the client API for DynamicService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDynamicServiceClient ¶
func NewDynamicServiceClient(cc grpc.ClientConnInterface) DynamicServiceClient
type DynamicServiceServer ¶
type DynamicServiceServer interface { CreateGroup(context.Context, *Group) (*Group, error) UpdateGroup(context.Context, *Group) (*Group, error) DeleteGroup(context.Context, *GetByIdRequest) (*emptypb.Empty, error) GetGroupById(context.Context, *GetByIdRequest) (*Group, error) GetAllGroup(context.Context, *GetAllGroupRequest) (*GetAllGroupResponse, error) CreateField(context.Context, *Field) (*Field, error) UpdateField(context.Context, *Field) (*Field, error) DeleteField(context.Context, *GetByIdRequest) (*emptypb.Empty, error) GetFieldById(context.Context, *GetByIdRequest) (*Field, error) GetAllField(context.Context, *GetAllFieldRequest) (*GetAllFieldResponse, error) GetFullGroup(context.Context, *GetByIdRequest) (*Group, error) // contains filtered or unexported methods }
DynamicServiceServer is the server API for DynamicService service. All implementations must embed UnimplementedDynamicServiceServer for forward compatibility
type Entity ¶
type Entity struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Slug string `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug" bson:"slug"` Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data" bson:"data"` Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location" bson:"location"` // contains filtered or unexported fields }
func (*Entity) Descriptor
deprecated
func (*Entity) GetLocation ¶
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) ProtoReflect ¶
func (x *Entity) ProtoReflect() protoreflect.Message
type EntityServiceClient ¶
type EntityServiceClient interface { Create(ctx context.Context, in *Entity, opts ...grpc.CallOption) (*Entity, error) Update(ctx context.Context, in *Entity, opts ...grpc.CallOption) (*Entity, error) UpdatePatch(ctx context.Context, in *Entity, opts ...grpc.CallOption) (*Entity, error) Delete(ctx context.Context, in *Entity, opts ...grpc.CallOption) (*emptypb.Empty, error) GetAll(ctx context.Context, in *GetAllRequest, opts ...grpc.CallOption) (*GetAllResponse, error) GetById(ctx context.Context, in *GetByPk, opts ...grpc.CallOption) (*Entity, error) GetJoin(ctx context.Context, in *GetJoinRequest, opts ...grpc.CallOption) (*GetAllResponse, error) }
EntityServiceClient is the client API for EntityService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEntityServiceClient ¶
func NewEntityServiceClient(cc grpc.ClientConnInterface) EntityServiceClient
type EntityServiceServer ¶
type EntityServiceServer interface { Create(context.Context, *Entity) (*Entity, error) Update(context.Context, *Entity) (*Entity, error) UpdatePatch(context.Context, *Entity) (*Entity, error) Delete(context.Context, *Entity) (*emptypb.Empty, error) GetAll(context.Context, *GetAllRequest) (*GetAllResponse, error) GetById(context.Context, *GetByPk) (*Entity, error) GetJoin(context.Context, *GetJoinRequest) (*GetAllResponse, error) // contains filtered or unexported methods }
EntityServiceServer is the server API for EntityService service. All implementations must embed UnimplementedEntityServiceServer for forward compatibility
type Field ¶
type Field struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bson:"name"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description" bson:"description"` Slug string `protobuf:"bytes,4,opt,name=slug,proto3" json:"slug" bson:"slug"` OrderNumber int32 `protobuf:"varint,5,opt,name=order_number,json=orderNumber,proto3" json:"order_number" bson:"order_number"` Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status" bson:"status"` CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at" bson:"created_at"` IsRequired bool `protobuf:"varint,8,opt,name=is_required,json=isRequired,proto3" json:"is_required" bson:"is_required"` Placeholder string `protobuf:"bytes,9,opt,name=placeholder,proto3" json:"placeholder" bson:"placeholder"` FieldType string `protobuf:"bytes,10,opt,name=field_type,json=fieldType,proto3" json:"field_type" bson:"field_type"` SelectType []*SelectType `protobuf:"bytes,11,rep,name=select_type,json=selectType,proto3" json:"select_type" bson:"select_type"` ValidationRegex string `protobuf:"bytes,12,opt,name=validation_regex,json=validationRegex,proto3" json:"validation_regex" bson:"validation_regex"` ValidationFunc string `protobuf:"bytes,13,opt,name=validation_func,json=validationFunc,proto3" json:"validation_func" bson:"validation_func"` GroupId string `protobuf:"bytes,14,opt,name=group_id,json=groupId,proto3" json:"group_id" bson:"group_id"` UpdatedAt string `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at" bson:"updated_at"` Min int32 `protobuf:"varint,16,opt,name=min,proto3" json:"min" bson:"min"` Max int32 `protobuf:"varint,17,opt,name=max,proto3" json:"max" bson:"max"` DefaultValue string `protobuf:"bytes,18,opt,name=default_value,json=defaultValue,proto3" json:"default_value" bson:"default_value"` IsSearchable int32 `protobuf:"varint,19,opt,name=is_searchable,json=isSearchable,proto3" json:"is_searchable" bson:"is_searchable"` IsArray bool `protobuf:"varint,20,opt,name=is_array,json=isArray,proto3" json:"is_array" bson:"is_array"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetCreatedAt ¶
func (*Field) GetDefaultValue ¶
func (*Field) GetDescription ¶
func (*Field) GetFieldType ¶
func (*Field) GetGroupId ¶
func (*Field) GetIsArray ¶
func (*Field) GetIsRequired ¶
func (*Field) GetIsSearchable ¶
func (*Field) GetOrderNumber ¶
func (*Field) GetPlaceholder ¶
func (*Field) GetSelectType ¶
func (x *Field) GetSelectType() []*SelectType
func (*Field) GetUpdatedAt ¶
func (*Field) GetValidationFunc ¶
func (*Field) GetValidationRegex ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type GetAllFieldRequest ¶
type GetAllFieldRequest struct { Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset" bson:"offset"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit" bson:"limit"` Sort string `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort" bson:"sort"` Order string `protobuf:"bytes,4,opt,name=order,proto3" json:"order" bson:"order"` Search string `protobuf:"bytes,5,opt,name=search,proto3" json:"search" bson:"search"` GroupId string `protobuf:"bytes,6,opt,name=group_id,json=groupId,proto3" json:"group_id" bson:"group_id"` FieldType string `protobuf:"bytes,7,opt,name=field_type,json=fieldType,proto3" json:"field_type" bson:"field_type"` Slug string `protobuf:"bytes,8,opt,name=slug,proto3" json:"slug" bson:"slug"` // contains filtered or unexported fields }
func (*GetAllFieldRequest) Descriptor
deprecated
func (*GetAllFieldRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllFieldRequest.ProtoReflect.Descriptor instead.
func (*GetAllFieldRequest) GetFieldType ¶
func (x *GetAllFieldRequest) GetFieldType() string
func (*GetAllFieldRequest) GetGroupId ¶
func (x *GetAllFieldRequest) GetGroupId() string
func (*GetAllFieldRequest) GetLimit ¶
func (x *GetAllFieldRequest) GetLimit() int32
func (*GetAllFieldRequest) GetOffset ¶
func (x *GetAllFieldRequest) GetOffset() int32
func (*GetAllFieldRequest) GetOrder ¶
func (x *GetAllFieldRequest) GetOrder() string
func (*GetAllFieldRequest) GetSearch ¶
func (x *GetAllFieldRequest) GetSearch() string
func (*GetAllFieldRequest) GetSlug ¶
func (x *GetAllFieldRequest) GetSlug() string
func (*GetAllFieldRequest) GetSort ¶
func (x *GetAllFieldRequest) GetSort() string
func (*GetAllFieldRequest) ProtoMessage ¶
func (*GetAllFieldRequest) ProtoMessage()
func (*GetAllFieldRequest) ProtoReflect ¶
func (x *GetAllFieldRequest) ProtoReflect() protoreflect.Message
func (*GetAllFieldRequest) Reset ¶
func (x *GetAllFieldRequest) Reset()
func (*GetAllFieldRequest) String ¶
func (x *GetAllFieldRequest) String() string
type GetAllFieldResponse ¶
type GetAllFieldResponse struct { Fields []*Field `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields" bson:"fields"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count" bson:"count"` // contains filtered or unexported fields }
func (*GetAllFieldResponse) Descriptor
deprecated
func (*GetAllFieldResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllFieldResponse.ProtoReflect.Descriptor instead.
func (*GetAllFieldResponse) GetCount ¶
func (x *GetAllFieldResponse) GetCount() int32
func (*GetAllFieldResponse) GetFields ¶
func (x *GetAllFieldResponse) GetFields() []*Field
func (*GetAllFieldResponse) ProtoMessage ¶
func (*GetAllFieldResponse) ProtoMessage()
func (*GetAllFieldResponse) ProtoReflect ¶
func (x *GetAllFieldResponse) ProtoReflect() protoreflect.Message
func (*GetAllFieldResponse) Reset ¶
func (x *GetAllFieldResponse) Reset()
func (*GetAllFieldResponse) String ¶
func (x *GetAllFieldResponse) String() string
type GetAllGroupRequest ¶
type GetAllGroupRequest struct { Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset" bson:"offset"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit" bson:"limit"` Sort string `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort" bson:"sort"` Order string `protobuf:"bytes,4,opt,name=order,proto3" json:"order" bson:"order"` Search string `protobuf:"bytes,5,opt,name=search,proto3" json:"search" bson:"search"` ParentId string `protobuf:"bytes,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id" bson:"parent_id"` GroupType int32 `protobuf:"varint,7,opt,name=group_type,json=groupType,proto3" json:"group_type" bson:"group_type"` Slug string `protobuf:"bytes,8,opt,name=slug,proto3" json:"slug" bson:"slug"` // contains filtered or unexported fields }
func (*GetAllGroupRequest) Descriptor
deprecated
func (*GetAllGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllGroupRequest.ProtoReflect.Descriptor instead.
func (*GetAllGroupRequest) GetGroupType ¶
func (x *GetAllGroupRequest) GetGroupType() int32
func (*GetAllGroupRequest) GetLimit ¶
func (x *GetAllGroupRequest) GetLimit() int32
func (*GetAllGroupRequest) GetOffset ¶
func (x *GetAllGroupRequest) GetOffset() int32
func (*GetAllGroupRequest) GetOrder ¶
func (x *GetAllGroupRequest) GetOrder() string
func (*GetAllGroupRequest) GetParentId ¶
func (x *GetAllGroupRequest) GetParentId() string
func (*GetAllGroupRequest) GetSearch ¶
func (x *GetAllGroupRequest) GetSearch() string
func (*GetAllGroupRequest) GetSlug ¶
func (x *GetAllGroupRequest) GetSlug() string
func (*GetAllGroupRequest) GetSort ¶
func (x *GetAllGroupRequest) GetSort() string
func (*GetAllGroupRequest) ProtoMessage ¶
func (*GetAllGroupRequest) ProtoMessage()
func (*GetAllGroupRequest) ProtoReflect ¶
func (x *GetAllGroupRequest) ProtoReflect() protoreflect.Message
func (*GetAllGroupRequest) Reset ¶
func (x *GetAllGroupRequest) Reset()
func (*GetAllGroupRequest) String ¶
func (x *GetAllGroupRequest) String() string
type GetAllGroupResponse ¶
type GetAllGroupResponse struct { Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups" bson:"groups"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count" bson:"count"` // contains filtered or unexported fields }
func (*GetAllGroupResponse) Descriptor
deprecated
func (*GetAllGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllGroupResponse.ProtoReflect.Descriptor instead.
func (*GetAllGroupResponse) GetCount ¶
func (x *GetAllGroupResponse) GetCount() int32
func (*GetAllGroupResponse) GetGroups ¶
func (x *GetAllGroupResponse) GetGroups() []*Group
func (*GetAllGroupResponse) ProtoMessage ¶
func (*GetAllGroupResponse) ProtoMessage()
func (*GetAllGroupResponse) ProtoReflect ¶
func (x *GetAllGroupResponse) ProtoReflect() protoreflect.Message
func (*GetAllGroupResponse) Reset ¶
func (x *GetAllGroupResponse) Reset()
func (*GetAllGroupResponse) String ¶
func (x *GetAllGroupResponse) String() string
type GetAllRequest ¶
type GetAllRequest struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug" bson:"slug"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit" bson:"limit"` Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset" bson:"offset"` Sort string `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort" bson:"sort"` Order string `protobuf:"bytes,5,opt,name=order,proto3" json:"order" bson:"order"` Search string `protobuf:"bytes,6,opt,name=search,proto3" json:"search" bson:"search"` Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3" json:"data" bson:"data"` Location string `protobuf:"bytes,8,opt,name=location,proto3" json:"location" bson:"location"` // contains filtered or unexported fields }
func (*GetAllRequest) Descriptor
deprecated
func (*GetAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllRequest.ProtoReflect.Descriptor instead.
func (*GetAllRequest) GetData ¶
func (x *GetAllRequest) GetData() *structpb.Struct
func (*GetAllRequest) GetLimit ¶
func (x *GetAllRequest) GetLimit() int32
func (*GetAllRequest) GetLocation ¶
func (x *GetAllRequest) GetLocation() string
func (*GetAllRequest) GetOffset ¶
func (x *GetAllRequest) GetOffset() int32
func (*GetAllRequest) GetOrder ¶
func (x *GetAllRequest) GetOrder() string
func (*GetAllRequest) GetSearch ¶
func (x *GetAllRequest) GetSearch() string
func (*GetAllRequest) GetSlug ¶
func (x *GetAllRequest) GetSlug() string
func (*GetAllRequest) GetSort ¶
func (x *GetAllRequest) GetSort() string
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 GetAllResponse ¶
type GetAllResponse struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug" bson:"slug"` Entities []*structpb.Struct `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities" bson:"entities"` Count int32 `protobuf:"varint,3,opt,name=count,proto3" json:"count" bson:"count"` // contains filtered or unexported fields }
func (*GetAllResponse) Descriptor
deprecated
func (*GetAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllResponse.ProtoReflect.Descriptor instead.
func (*GetAllResponse) GetCount ¶
func (x *GetAllResponse) GetCount() int32
func (*GetAllResponse) GetEntities ¶
func (x *GetAllResponse) GetEntities() []*structpb.Struct
func (*GetAllResponse) GetSlug ¶
func (x *GetAllResponse) GetSlug() string
func (*GetAllResponse) ProtoMessage ¶
func (*GetAllResponse) ProtoMessage()
func (*GetAllResponse) ProtoReflect ¶
func (x *GetAllResponse) ProtoReflect() protoreflect.Message
func (*GetAllResponse) Reset ¶
func (x *GetAllResponse) Reset()
func (*GetAllResponse) String ¶
func (x *GetAllResponse) String() string
type GetByIdRequest ¶
type GetByIdRequest struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` // contains filtered or unexported fields }
func (*GetByIdRequest) Descriptor
deprecated
func (*GetByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetByIdRequest.ProtoReflect.Descriptor instead.
func (*GetByIdRequest) GetXId ¶
func (x *GetByIdRequest) GetXId() string
func (*GetByIdRequest) ProtoMessage ¶
func (*GetByIdRequest) ProtoMessage()
func (*GetByIdRequest) ProtoReflect ¶
func (x *GetByIdRequest) ProtoReflect() protoreflect.Message
func (*GetByIdRequest) Reset ¶
func (x *GetByIdRequest) Reset()
func (*GetByIdRequest) String ¶
func (x *GetByIdRequest) String() string
type GetByPk ¶
type GetByPk struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Slug string `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug" bson:"slug"` Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location" bson:"location"` // contains filtered or unexported fields }
func (*GetByPk) Descriptor
deprecated
func (*GetByPk) GetLocation ¶
func (*GetByPk) ProtoMessage ¶
func (*GetByPk) ProtoMessage()
func (*GetByPk) ProtoReflect ¶
func (x *GetByPk) ProtoReflect() protoreflect.Message
type GetBySlug ¶
type GetBySlug struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug" bson:"slug"` Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location" bson:"location"` // contains filtered or unexported fields }
func (*GetBySlug) Descriptor
deprecated
func (*GetBySlug) GetLocation ¶
func (*GetBySlug) ProtoMessage ¶
func (*GetBySlug) ProtoMessage()
func (*GetBySlug) ProtoReflect ¶
func (x *GetBySlug) ProtoReflect() protoreflect.Message
type GetJoinRequest ¶
type GetJoinRequest struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug" bson:"slug"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit" bson:"limit"` Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset" bson:"offset"` Sort string `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort" bson:"sort"` Order string `protobuf:"bytes,5,opt,name=order,proto3" json:"order" bson:"order"` Search string `protobuf:"bytes,6,opt,name=search,proto3" json:"search" bson:"search"` Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3" json:"data" bson:"data"` Location string `protobuf:"bytes,8,opt,name=location,proto3" json:"location" bson:"location"` Aggregate *Aggregate `protobuf:"bytes,9,opt,name=aggregate,proto3" json:"aggregate" bson:"aggregate"` // contains filtered or unexported fields }
func (*GetJoinRequest) Descriptor
deprecated
func (*GetJoinRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinRequest.ProtoReflect.Descriptor instead.
func (*GetJoinRequest) GetAggregate ¶
func (x *GetJoinRequest) GetAggregate() *Aggregate
func (*GetJoinRequest) GetData ¶
func (x *GetJoinRequest) GetData() *structpb.Struct
func (*GetJoinRequest) GetLimit ¶
func (x *GetJoinRequest) GetLimit() int32
func (*GetJoinRequest) GetLocation ¶
func (x *GetJoinRequest) GetLocation() string
func (*GetJoinRequest) GetOffset ¶
func (x *GetJoinRequest) GetOffset() int32
func (*GetJoinRequest) GetOrder ¶
func (x *GetJoinRequest) GetOrder() string
func (*GetJoinRequest) GetSearch ¶
func (x *GetJoinRequest) GetSearch() string
func (*GetJoinRequest) GetSlug ¶
func (x *GetJoinRequest) GetSlug() string
func (*GetJoinRequest) GetSort ¶
func (x *GetJoinRequest) GetSort() string
func (*GetJoinRequest) ProtoMessage ¶
func (*GetJoinRequest) ProtoMessage()
func (*GetJoinRequest) ProtoReflect ¶
func (x *GetJoinRequest) ProtoReflect() protoreflect.Message
func (*GetJoinRequest) Reset ¶
func (x *GetJoinRequest) Reset()
func (*GetJoinRequest) String ¶
func (x *GetJoinRequest) String() string
type Group ¶
type Group struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bson:"name"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description" bson:"description"` Slug string `protobuf:"bytes,4,opt,name=slug,proto3" json:"slug" bson:"slug"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status" bson:"status"` CreatedAt string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at" bson:"created_at"` OrderNumber int32 `protobuf:"varint,7,opt,name=order_number,json=orderNumber,proto3" json:"order_number" bson:"order_number"` ParentId *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=parent_id,json=parentId,proto3" json:"parent_id" bson:"parent_id"` Children []*Group `protobuf:"bytes,9,rep,name=children,proto3" json:"children" bson:"children"` Fields []*Field `protobuf:"bytes,10,rep,name=fields,proto3" json:"fields" bson:"fields"` UpdatedAt string `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at" bson:"updated_at"` GroupType int32 `protobuf:"varint,12,opt,name=group_type,json=groupType,proto3" json:"group_type" bson:"group_type"` // contains filtered or unexported fields }
func (*Group) Descriptor
deprecated
func (*Group) GetChildren ¶
func (*Group) GetCreatedAt ¶
func (*Group) GetDescription ¶
func (*Group) GetGroupType ¶
func (*Group) GetOrderNumber ¶
func (*Group) GetParentId ¶
func (x *Group) GetParentId() *wrapperspb.StringValue
func (*Group) GetUpdatedAt ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
type LookUps ¶
type LookUps struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from" bson:"from"` LocalField string `protobuf:"bytes,2,opt,name=localField,proto3" json:"localField" bson:"localField"` ForeignField string `protobuf:"bytes,3,opt,name=foreignField,proto3" json:"foreignField" bson:"foreignField"` As string `protobuf:"bytes,4,opt,name=as,proto3" json:"as" bson:"as"` // contains filtered or unexported fields }
func (*LookUps) Descriptor
deprecated
func (*LookUps) GetForeignField ¶
func (*LookUps) GetLocalField ¶
func (*LookUps) ProtoMessage ¶
func (*LookUps) ProtoMessage()
func (*LookUps) ProtoReflect ¶
func (x *LookUps) ProtoReflect() protoreflect.Message
type SelectType ¶
type SelectType struct { XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id" bson:"_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bson:"name"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description" bson:"description"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value" bson:"value"` ValueType string `protobuf:"bytes,5,opt,name=value_type,json=valueType,proto3" json:"value_type" bson:"value_type"` // contains filtered or unexported fields }
func (*SelectType) Descriptor
deprecated
func (*SelectType) Descriptor() ([]byte, []int)
Deprecated: Use SelectType.ProtoReflect.Descriptor instead.
func (*SelectType) GetDescription ¶
func (x *SelectType) GetDescription() string
func (*SelectType) GetName ¶
func (x *SelectType) GetName() string
func (*SelectType) GetValue ¶
func (x *SelectType) GetValue() string
func (*SelectType) GetValueType ¶
func (x *SelectType) GetValueType() string
func (*SelectType) GetXId ¶
func (x *SelectType) GetXId() string
func (*SelectType) ProtoMessage ¶
func (*SelectType) ProtoMessage()
func (*SelectType) ProtoReflect ¶
func (x *SelectType) ProtoReflect() protoreflect.Message
func (*SelectType) Reset ¶
func (x *SelectType) Reset()
func (*SelectType) String ¶
func (x *SelectType) String() string
type UnimplementedDynamicServiceServer ¶
type UnimplementedDynamicServiceServer struct { }
UnimplementedDynamicServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDynamicServiceServer) CreateField ¶
func (UnimplementedDynamicServiceServer) CreateGroup ¶
func (UnimplementedDynamicServiceServer) DeleteField ¶
func (UnimplementedDynamicServiceServer) DeleteField(context.Context, *GetByIdRequest) (*emptypb.Empty, error)
func (UnimplementedDynamicServiceServer) DeleteGroup ¶
func (UnimplementedDynamicServiceServer) DeleteGroup(context.Context, *GetByIdRequest) (*emptypb.Empty, error)
func (UnimplementedDynamicServiceServer) GetAllField ¶
func (UnimplementedDynamicServiceServer) GetAllField(context.Context, *GetAllFieldRequest) (*GetAllFieldResponse, error)
func (UnimplementedDynamicServiceServer) GetAllGroup ¶
func (UnimplementedDynamicServiceServer) GetAllGroup(context.Context, *GetAllGroupRequest) (*GetAllGroupResponse, error)
func (UnimplementedDynamicServiceServer) GetFieldById ¶
func (UnimplementedDynamicServiceServer) GetFieldById(context.Context, *GetByIdRequest) (*Field, error)
func (UnimplementedDynamicServiceServer) GetFullGroup ¶
func (UnimplementedDynamicServiceServer) GetFullGroup(context.Context, *GetByIdRequest) (*Group, error)
func (UnimplementedDynamicServiceServer) GetGroupById ¶
func (UnimplementedDynamicServiceServer) GetGroupById(context.Context, *GetByIdRequest) (*Group, error)
func (UnimplementedDynamicServiceServer) UpdateField ¶
func (UnimplementedDynamicServiceServer) UpdateGroup ¶
type UnimplementedEntityServiceServer ¶
type UnimplementedEntityServiceServer struct { }
UnimplementedEntityServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedEntityServiceServer) GetAll ¶
func (UnimplementedEntityServiceServer) GetAll(context.Context, *GetAllRequest) (*GetAllResponse, error)
func (UnimplementedEntityServiceServer) GetJoin ¶
func (UnimplementedEntityServiceServer) GetJoin(context.Context, *GetJoinRequest) (*GetAllResponse, error)
func (UnimplementedEntityServiceServer) UpdatePatch ¶
type UnsafeDynamicServiceServer ¶
type UnsafeDynamicServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDynamicServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DynamicServiceServer will result in compilation errors.
type UnsafeEntityServiceServer ¶
type UnsafeEntityServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEntityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EntityServiceServer will result in compilation errors.