Versions in this module Expand all Collapse all v0 v0.0.2 Nov 9, 2022 Changes in this version + var AttachmentService_ServiceDesc = grpc.ServiceDesc + var File_entpb_entpb_proto protoreflect.FileDescriptor + var GetAttachmentRequest_View_name = map[int32]string + var GetAttachmentRequest_View_value = map[string]int32 + var GetMultiWordSchemaRequest_View_name = map[int32]string + var GetMultiWordSchemaRequest_View_value = map[string]int32 + var GetNilExampleRequest_View_name = map[int32]string + var GetNilExampleRequest_View_value = map[string]int32 + var GetPetRequest_View_name = map[int32]string + var GetPetRequest_View_value = map[string]int32 + var GetUserRequest_View_name = map[int32]string + var GetUserRequest_View_value = map[string]int32 + var ListAttachmentRequest_View_name = map[int32]string + var ListAttachmentRequest_View_value = map[string]int32 + var ListMultiWordSchemaRequest_View_name = map[int32]string + var ListMultiWordSchemaRequest_View_value = map[string]int32 + var ListNilExampleRequest_View_name = map[int32]string + var ListNilExampleRequest_View_value = map[string]int32 + var ListPetRequest_View_name = map[int32]string + var ListPetRequest_View_value = map[string]int32 + var ListUserRequest_View_name = map[int32]string + var ListUserRequest_View_value = map[string]int32 + var MultiWordSchemaService_ServiceDesc = grpc.ServiceDesc + var MultiWordSchema_Unit_name = map[int32]string + var MultiWordSchema_Unit_value = map[string]int32 + var NilExampleService_ServiceDesc = grpc.ServiceDesc + var PetService_ServiceDesc = grpc.ServiceDesc + var PonyService_ServiceDesc = grpc.ServiceDesc + var Todo_Status_name = map[int32]string + var Todo_Status_value = map[string]int32 + var UserService_ServiceDesc = grpc.ServiceDesc + var User_DeviceType_name = map[int32]string + var User_DeviceType_value = map[string]int32 + var User_Status_name = map[int32]string + var User_Status_value = map[string]int32 + func RegisterAttachmentServiceServer(s grpc.ServiceRegistrar, srv AttachmentServiceServer) + func RegisterMultiWordSchemaServiceServer(s grpc.ServiceRegistrar, srv MultiWordSchemaServiceServer) + func RegisterNilExampleServiceServer(s grpc.ServiceRegistrar, srv NilExampleServiceServer) + func RegisterPetServiceServer(s grpc.ServiceRegistrar, srv PetServiceServer) + func RegisterPonyServiceServer(s grpc.ServiceRegistrar, srv PonyServiceServer) + func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer) + type Attachment struct + Id []byte + Recipients []*User + User *User + func (*Attachment) Descriptor() ([]byte, []int) + func (*Attachment) ProtoMessage() + func (x *Attachment) GetId() []byte + func (x *Attachment) GetRecipients() []*User + func (x *Attachment) GetUser() *User + func (x *Attachment) ProtoReflect() protoreflect.Message + func (x *Attachment) Reset() + func (x *Attachment) String() string + type AttachmentService struct + func NewAttachmentService(client *ent.Client) *AttachmentService + func (svc *AttachmentService) BatchCreate(ctx context.Context, req *BatchCreateAttachmentsRequest) (*BatchCreateAttachmentsResponse, error) + func (svc *AttachmentService) Create(ctx context.Context, req *CreateAttachmentRequest) (*Attachment, error) + func (svc *AttachmentService) Delete(ctx context.Context, req *DeleteAttachmentRequest) (*emptypb.Empty, error) + func (svc *AttachmentService) Get(ctx context.Context, req *GetAttachmentRequest) (*Attachment, error) + func (svc *AttachmentService) List(ctx context.Context, req *ListAttachmentRequest) (*ListAttachmentResponse, error) + func (svc *AttachmentService) Update(ctx context.Context, req *UpdateAttachmentRequest) (*Attachment, error) + type AttachmentServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreateAttachmentsRequest, ...) (*BatchCreateAttachmentsResponse, error) + Create func(ctx context.Context, in *CreateAttachmentRequest, opts ...grpc.CallOption) (*Attachment, error) + Delete func(ctx context.Context, in *DeleteAttachmentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Get func(ctx context.Context, in *GetAttachmentRequest, opts ...grpc.CallOption) (*Attachment, error) + List func(ctx context.Context, in *ListAttachmentRequest, opts ...grpc.CallOption) (*ListAttachmentResponse, error) + Update func(ctx context.Context, in *UpdateAttachmentRequest, opts ...grpc.CallOption) (*Attachment, error) + func NewAttachmentServiceClient(cc grpc.ClientConnInterface) AttachmentServiceClient + type AttachmentServiceServer interface + BatchCreate func(context.Context, *BatchCreateAttachmentsRequest) (*BatchCreateAttachmentsResponse, error) + Create func(context.Context, *CreateAttachmentRequest) (*Attachment, error) + Delete func(context.Context, *DeleteAttachmentRequest) (*emptypb.Empty, error) + Get func(context.Context, *GetAttachmentRequest) (*Attachment, error) + List func(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error) + Update func(context.Context, *UpdateAttachmentRequest) (*Attachment, error) + type BatchCreateAttachmentsRequest struct + Requests []*CreateAttachmentRequest + func (*BatchCreateAttachmentsRequest) Descriptor() ([]byte, []int) + func (*BatchCreateAttachmentsRequest) ProtoMessage() + func (x *BatchCreateAttachmentsRequest) GetRequests() []*CreateAttachmentRequest + func (x *BatchCreateAttachmentsRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreateAttachmentsRequest) Reset() + func (x *BatchCreateAttachmentsRequest) String() string + type BatchCreateAttachmentsResponse struct + Attachments []*Attachment + func (*BatchCreateAttachmentsResponse) Descriptor() ([]byte, []int) + func (*BatchCreateAttachmentsResponse) ProtoMessage() + func (x *BatchCreateAttachmentsResponse) GetAttachments() []*Attachment + func (x *BatchCreateAttachmentsResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreateAttachmentsResponse) Reset() + func (x *BatchCreateAttachmentsResponse) String() string + type BatchCreateMultiWordSchemasRequest struct + Requests []*CreateMultiWordSchemaRequest + func (*BatchCreateMultiWordSchemasRequest) Descriptor() ([]byte, []int) + func (*BatchCreateMultiWordSchemasRequest) ProtoMessage() + func (x *BatchCreateMultiWordSchemasRequest) GetRequests() []*CreateMultiWordSchemaRequest + func (x *BatchCreateMultiWordSchemasRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreateMultiWordSchemasRequest) Reset() + func (x *BatchCreateMultiWordSchemasRequest) String() string + type BatchCreateMultiWordSchemasResponse struct + MultiWordSchemas []*MultiWordSchema + func (*BatchCreateMultiWordSchemasResponse) Descriptor() ([]byte, []int) + func (*BatchCreateMultiWordSchemasResponse) ProtoMessage() + func (x *BatchCreateMultiWordSchemasResponse) GetMultiWordSchemas() []*MultiWordSchema + func (x *BatchCreateMultiWordSchemasResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreateMultiWordSchemasResponse) Reset() + func (x *BatchCreateMultiWordSchemasResponse) String() string + type BatchCreateNilExamplesRequest struct + Requests []*CreateNilExampleRequest + func (*BatchCreateNilExamplesRequest) Descriptor() ([]byte, []int) + func (*BatchCreateNilExamplesRequest) ProtoMessage() + func (x *BatchCreateNilExamplesRequest) GetRequests() []*CreateNilExampleRequest + func (x *BatchCreateNilExamplesRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreateNilExamplesRequest) Reset() + func (x *BatchCreateNilExamplesRequest) String() string + type BatchCreateNilExamplesResponse struct + NilExamples []*NilExample + func (*BatchCreateNilExamplesResponse) Descriptor() ([]byte, []int) + func (*BatchCreateNilExamplesResponse) ProtoMessage() + func (x *BatchCreateNilExamplesResponse) GetNilExamples() []*NilExample + func (x *BatchCreateNilExamplesResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreateNilExamplesResponse) Reset() + func (x *BatchCreateNilExamplesResponse) String() string + type BatchCreatePetsRequest struct + Requests []*CreatePetRequest + func (*BatchCreatePetsRequest) Descriptor() ([]byte, []int) + func (*BatchCreatePetsRequest) ProtoMessage() + func (x *BatchCreatePetsRequest) GetRequests() []*CreatePetRequest + func (x *BatchCreatePetsRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreatePetsRequest) Reset() + func (x *BatchCreatePetsRequest) String() string + type BatchCreatePetsResponse struct + Pets []*Pet + func (*BatchCreatePetsResponse) Descriptor() ([]byte, []int) + func (*BatchCreatePetsResponse) ProtoMessage() + func (x *BatchCreatePetsResponse) GetPets() []*Pet + func (x *BatchCreatePetsResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreatePetsResponse) Reset() + func (x *BatchCreatePetsResponse) String() string + type BatchCreatePoniesRequest struct + Requests []*CreatePonyRequest + func (*BatchCreatePoniesRequest) Descriptor() ([]byte, []int) + func (*BatchCreatePoniesRequest) ProtoMessage() + func (x *BatchCreatePoniesRequest) GetRequests() []*CreatePonyRequest + func (x *BatchCreatePoniesRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreatePoniesRequest) Reset() + func (x *BatchCreatePoniesRequest) String() string + type BatchCreatePoniesResponse struct + Ponies []*Pony + func (*BatchCreatePoniesResponse) Descriptor() ([]byte, []int) + func (*BatchCreatePoniesResponse) ProtoMessage() + func (x *BatchCreatePoniesResponse) GetPonies() []*Pony + func (x *BatchCreatePoniesResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreatePoniesResponse) Reset() + func (x *BatchCreatePoniesResponse) String() string + type BatchCreateUsersRequest struct + Requests []*CreateUserRequest + func (*BatchCreateUsersRequest) Descriptor() ([]byte, []int) + func (*BatchCreateUsersRequest) ProtoMessage() + func (x *BatchCreateUsersRequest) GetRequests() []*CreateUserRequest + func (x *BatchCreateUsersRequest) ProtoReflect() protoreflect.Message + func (x *BatchCreateUsersRequest) Reset() + func (x *BatchCreateUsersRequest) String() string + type BatchCreateUsersResponse struct + Users []*User + func (*BatchCreateUsersResponse) Descriptor() ([]byte, []int) + func (*BatchCreateUsersResponse) ProtoMessage() + func (x *BatchCreateUsersResponse) GetUsers() []*User + func (x *BatchCreateUsersResponse) ProtoReflect() protoreflect.Message + func (x *BatchCreateUsersResponse) Reset() + func (x *BatchCreateUsersResponse) String() string + type CreateAttachmentRequest struct + Attachment *Attachment + func (*CreateAttachmentRequest) Descriptor() ([]byte, []int) + func (*CreateAttachmentRequest) ProtoMessage() + func (x *CreateAttachmentRequest) GetAttachment() *Attachment + func (x *CreateAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *CreateAttachmentRequest) Reset() + func (x *CreateAttachmentRequest) String() string + type CreateMultiWordSchemaRequest struct + MultiWordSchema *MultiWordSchema + func (*CreateMultiWordSchemaRequest) Descriptor() ([]byte, []int) + func (*CreateMultiWordSchemaRequest) ProtoMessage() + func (x *CreateMultiWordSchemaRequest) GetMultiWordSchema() *MultiWordSchema + func (x *CreateMultiWordSchemaRequest) ProtoReflect() protoreflect.Message + func (x *CreateMultiWordSchemaRequest) Reset() + func (x *CreateMultiWordSchemaRequest) String() string + type CreateNilExampleRequest struct + NilExample *NilExample + func (*CreateNilExampleRequest) Descriptor() ([]byte, []int) + func (*CreateNilExampleRequest) ProtoMessage() + func (x *CreateNilExampleRequest) GetNilExample() *NilExample + func (x *CreateNilExampleRequest) ProtoReflect() protoreflect.Message + func (x *CreateNilExampleRequest) Reset() + func (x *CreateNilExampleRequest) String() string + type CreatePetRequest struct + Pet *Pet + func (*CreatePetRequest) Descriptor() ([]byte, []int) + func (*CreatePetRequest) ProtoMessage() + func (x *CreatePetRequest) GetPet() *Pet + func (x *CreatePetRequest) ProtoReflect() protoreflect.Message + func (x *CreatePetRequest) Reset() + func (x *CreatePetRequest) String() string + type CreatePonyRequest struct + Pony *Pony + func (*CreatePonyRequest) Descriptor() ([]byte, []int) + func (*CreatePonyRequest) ProtoMessage() + func (x *CreatePonyRequest) GetPony() *Pony + func (x *CreatePonyRequest) ProtoReflect() protoreflect.Message + func (x *CreatePonyRequest) Reset() + func (x *CreatePonyRequest) String() string + type CreateUserRequest struct + User *User + func (*CreateUserRequest) Descriptor() ([]byte, []int) + func (*CreateUserRequest) ProtoMessage() + func (x *CreateUserRequest) GetUser() *User + func (x *CreateUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserRequest) Reset() + func (x *CreateUserRequest) String() string + type DeleteAttachmentRequest struct + Id []byte + func (*DeleteAttachmentRequest) Descriptor() ([]byte, []int) + func (*DeleteAttachmentRequest) ProtoMessage() + func (x *DeleteAttachmentRequest) GetId() []byte + func (x *DeleteAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *DeleteAttachmentRequest) Reset() + func (x *DeleteAttachmentRequest) String() string + type DeleteMultiWordSchemaRequest struct + Id int64 + func (*DeleteMultiWordSchemaRequest) Descriptor() ([]byte, []int) + func (*DeleteMultiWordSchemaRequest) ProtoMessage() + func (x *DeleteMultiWordSchemaRequest) GetId() int64 + func (x *DeleteMultiWordSchemaRequest) ProtoReflect() protoreflect.Message + func (x *DeleteMultiWordSchemaRequest) Reset() + func (x *DeleteMultiWordSchemaRequest) String() string + type DeleteNilExampleRequest struct + Id int64 + func (*DeleteNilExampleRequest) Descriptor() ([]byte, []int) + func (*DeleteNilExampleRequest) ProtoMessage() + func (x *DeleteNilExampleRequest) GetId() int64 + func (x *DeleteNilExampleRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNilExampleRequest) Reset() + func (x *DeleteNilExampleRequest) String() string + type DeletePetRequest struct + Id int64 + func (*DeletePetRequest) Descriptor() ([]byte, []int) + func (*DeletePetRequest) ProtoMessage() + func (x *DeletePetRequest) GetId() int64 + func (x *DeletePetRequest) ProtoReflect() protoreflect.Message + func (x *DeletePetRequest) Reset() + func (x *DeletePetRequest) String() string + type DeleteUserRequest struct + Id int64 + func (*DeleteUserRequest) Descriptor() ([]byte, []int) + func (*DeleteUserRequest) ProtoMessage() + func (x *DeleteUserRequest) GetId() int64 + func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserRequest) Reset() + func (x *DeleteUserRequest) String() string + type GetAttachmentRequest struct + Id []byte + View GetAttachmentRequest_View + func (*GetAttachmentRequest) Descriptor() ([]byte, []int) + func (*GetAttachmentRequest) ProtoMessage() + func (x *GetAttachmentRequest) GetId() []byte + func (x *GetAttachmentRequest) GetView() GetAttachmentRequest_View + func (x *GetAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *GetAttachmentRequest) Reset() + func (x *GetAttachmentRequest) String() string + type GetAttachmentRequest_View int32 + const GetAttachmentRequest_BASIC + const GetAttachmentRequest_VIEW_UNSPECIFIED + const GetAttachmentRequest_WITH_EDGE_IDS + func (GetAttachmentRequest_View) Descriptor() protoreflect.EnumDescriptor + func (GetAttachmentRequest_View) EnumDescriptor() ([]byte, []int) + func (GetAttachmentRequest_View) Type() protoreflect.EnumType + func (x GetAttachmentRequest_View) Enum() *GetAttachmentRequest_View + func (x GetAttachmentRequest_View) Number() protoreflect.EnumNumber + func (x GetAttachmentRequest_View) String() string + type GetMultiWordSchemaRequest struct + Id int64 + View GetMultiWordSchemaRequest_View + func (*GetMultiWordSchemaRequest) Descriptor() ([]byte, []int) + func (*GetMultiWordSchemaRequest) ProtoMessage() + func (x *GetMultiWordSchemaRequest) GetId() int64 + func (x *GetMultiWordSchemaRequest) GetView() GetMultiWordSchemaRequest_View + func (x *GetMultiWordSchemaRequest) ProtoReflect() protoreflect.Message + func (x *GetMultiWordSchemaRequest) Reset() + func (x *GetMultiWordSchemaRequest) String() string + type GetMultiWordSchemaRequest_View int32 + const GetMultiWordSchemaRequest_BASIC + const GetMultiWordSchemaRequest_VIEW_UNSPECIFIED + const GetMultiWordSchemaRequest_WITH_EDGE_IDS + func (GetMultiWordSchemaRequest_View) Descriptor() protoreflect.EnumDescriptor + func (GetMultiWordSchemaRequest_View) EnumDescriptor() ([]byte, []int) + func (GetMultiWordSchemaRequest_View) Type() protoreflect.EnumType + func (x GetMultiWordSchemaRequest_View) Enum() *GetMultiWordSchemaRequest_View + func (x GetMultiWordSchemaRequest_View) Number() protoreflect.EnumNumber + func (x GetMultiWordSchemaRequest_View) String() string + type GetNilExampleRequest struct + Id int64 + View GetNilExampleRequest_View + func (*GetNilExampleRequest) Descriptor() ([]byte, []int) + func (*GetNilExampleRequest) ProtoMessage() + func (x *GetNilExampleRequest) GetId() int64 + func (x *GetNilExampleRequest) GetView() GetNilExampleRequest_View + func (x *GetNilExampleRequest) ProtoReflect() protoreflect.Message + func (x *GetNilExampleRequest) Reset() + func (x *GetNilExampleRequest) String() string + type GetNilExampleRequest_View int32 + const GetNilExampleRequest_BASIC + const GetNilExampleRequest_VIEW_UNSPECIFIED + const GetNilExampleRequest_WITH_EDGE_IDS + func (GetNilExampleRequest_View) Descriptor() protoreflect.EnumDescriptor + func (GetNilExampleRequest_View) EnumDescriptor() ([]byte, []int) + func (GetNilExampleRequest_View) Type() protoreflect.EnumType + func (x GetNilExampleRequest_View) Enum() *GetNilExampleRequest_View + func (x GetNilExampleRequest_View) Number() protoreflect.EnumNumber + func (x GetNilExampleRequest_View) String() string + type GetPetRequest struct + Id int64 + View GetPetRequest_View + func (*GetPetRequest) Descriptor() ([]byte, []int) + func (*GetPetRequest) ProtoMessage() + func (x *GetPetRequest) GetId() int64 + func (x *GetPetRequest) GetView() GetPetRequest_View + func (x *GetPetRequest) ProtoReflect() protoreflect.Message + func (x *GetPetRequest) Reset() + func (x *GetPetRequest) String() string + type GetPetRequest_View int32 + const GetPetRequest_BASIC + const GetPetRequest_VIEW_UNSPECIFIED + const GetPetRequest_WITH_EDGE_IDS + func (GetPetRequest_View) Descriptor() protoreflect.EnumDescriptor + func (GetPetRequest_View) EnumDescriptor() ([]byte, []int) + func (GetPetRequest_View) Type() protoreflect.EnumType + func (x GetPetRequest_View) Enum() *GetPetRequest_View + func (x GetPetRequest_View) Number() protoreflect.EnumNumber + func (x GetPetRequest_View) String() string + type GetUserRequest struct + Id int64 + View GetUserRequest_View + func (*GetUserRequest) Descriptor() ([]byte, []int) + func (*GetUserRequest) ProtoMessage() + func (x *GetUserRequest) GetId() int64 + func (x *GetUserRequest) GetView() GetUserRequest_View + func (x *GetUserRequest) ProtoReflect() protoreflect.Message + func (x *GetUserRequest) Reset() + func (x *GetUserRequest) String() string + type GetUserRequest_View int32 + const GetUserRequest_BASIC + const GetUserRequest_VIEW_UNSPECIFIED + const GetUserRequest_WITH_EDGE_IDS + func (GetUserRequest_View) Descriptor() protoreflect.EnumDescriptor + func (GetUserRequest_View) EnumDescriptor() ([]byte, []int) + func (GetUserRequest_View) Type() protoreflect.EnumType + func (x GetUserRequest_View) Enum() *GetUserRequest_View + func (x GetUserRequest_View) Number() protoreflect.EnumNumber + func (x GetUserRequest_View) String() string + type Group struct + Id int64 + Name string + Users []*User + func (*Group) Descriptor() ([]byte, []int) + func (*Group) ProtoMessage() + func (x *Group) GetId() int64 + func (x *Group) GetName() string + func (x *Group) GetUsers() []*User + func (x *Group) ProtoReflect() protoreflect.Message + func (x *Group) Reset() + func (x *Group) String() string + type ListAttachmentRequest struct + PageSize int32 + PageToken string + View ListAttachmentRequest_View + func (*ListAttachmentRequest) Descriptor() ([]byte, []int) + func (*ListAttachmentRequest) ProtoMessage() + func (x *ListAttachmentRequest) GetPageSize() int32 + func (x *ListAttachmentRequest) GetPageToken() string + func (x *ListAttachmentRequest) GetView() ListAttachmentRequest_View + func (x *ListAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *ListAttachmentRequest) Reset() + func (x *ListAttachmentRequest) String() string + type ListAttachmentRequest_View int32 + const ListAttachmentRequest_BASIC + const ListAttachmentRequest_VIEW_UNSPECIFIED + const ListAttachmentRequest_WITH_EDGE_IDS + func (ListAttachmentRequest_View) Descriptor() protoreflect.EnumDescriptor + func (ListAttachmentRequest_View) EnumDescriptor() ([]byte, []int) + func (ListAttachmentRequest_View) Type() protoreflect.EnumType + func (x ListAttachmentRequest_View) Enum() *ListAttachmentRequest_View + func (x ListAttachmentRequest_View) Number() protoreflect.EnumNumber + func (x ListAttachmentRequest_View) String() string + type ListAttachmentResponse struct + AttachmentList []*Attachment + NextPageToken string + func (*ListAttachmentResponse) Descriptor() ([]byte, []int) + func (*ListAttachmentResponse) ProtoMessage() + func (x *ListAttachmentResponse) GetAttachmentList() []*Attachment + func (x *ListAttachmentResponse) GetNextPageToken() string + func (x *ListAttachmentResponse) ProtoReflect() protoreflect.Message + func (x *ListAttachmentResponse) Reset() + func (x *ListAttachmentResponse) String() string + type ListMultiWordSchemaRequest struct + PageSize int32 + PageToken string + View ListMultiWordSchemaRequest_View + func (*ListMultiWordSchemaRequest) Descriptor() ([]byte, []int) + func (*ListMultiWordSchemaRequest) ProtoMessage() + func (x *ListMultiWordSchemaRequest) GetPageSize() int32 + func (x *ListMultiWordSchemaRequest) GetPageToken() string + func (x *ListMultiWordSchemaRequest) GetView() ListMultiWordSchemaRequest_View + func (x *ListMultiWordSchemaRequest) ProtoReflect() protoreflect.Message + func (x *ListMultiWordSchemaRequest) Reset() + func (x *ListMultiWordSchemaRequest) String() string + type ListMultiWordSchemaRequest_View int32 + const ListMultiWordSchemaRequest_BASIC + const ListMultiWordSchemaRequest_VIEW_UNSPECIFIED + const ListMultiWordSchemaRequest_WITH_EDGE_IDS + func (ListMultiWordSchemaRequest_View) Descriptor() protoreflect.EnumDescriptor + func (ListMultiWordSchemaRequest_View) EnumDescriptor() ([]byte, []int) + func (ListMultiWordSchemaRequest_View) Type() protoreflect.EnumType + func (x ListMultiWordSchemaRequest_View) Enum() *ListMultiWordSchemaRequest_View + func (x ListMultiWordSchemaRequest_View) Number() protoreflect.EnumNumber + func (x ListMultiWordSchemaRequest_View) String() string + type ListMultiWordSchemaResponse struct + MultiWordSchemaList []*MultiWordSchema + NextPageToken string + func (*ListMultiWordSchemaResponse) Descriptor() ([]byte, []int) + func (*ListMultiWordSchemaResponse) ProtoMessage() + func (x *ListMultiWordSchemaResponse) GetMultiWordSchemaList() []*MultiWordSchema + func (x *ListMultiWordSchemaResponse) GetNextPageToken() string + func (x *ListMultiWordSchemaResponse) ProtoReflect() protoreflect.Message + func (x *ListMultiWordSchemaResponse) Reset() + func (x *ListMultiWordSchemaResponse) String() string + type ListNilExampleRequest struct + PageSize int32 + PageToken string + View ListNilExampleRequest_View + func (*ListNilExampleRequest) Descriptor() ([]byte, []int) + func (*ListNilExampleRequest) ProtoMessage() + func (x *ListNilExampleRequest) GetPageSize() int32 + func (x *ListNilExampleRequest) GetPageToken() string + func (x *ListNilExampleRequest) GetView() ListNilExampleRequest_View + func (x *ListNilExampleRequest) ProtoReflect() protoreflect.Message + func (x *ListNilExampleRequest) Reset() + func (x *ListNilExampleRequest) String() string + type ListNilExampleRequest_View int32 + const ListNilExampleRequest_BASIC + const ListNilExampleRequest_VIEW_UNSPECIFIED + const ListNilExampleRequest_WITH_EDGE_IDS + func (ListNilExampleRequest_View) Descriptor() protoreflect.EnumDescriptor + func (ListNilExampleRequest_View) EnumDescriptor() ([]byte, []int) + func (ListNilExampleRequest_View) Type() protoreflect.EnumType + func (x ListNilExampleRequest_View) Enum() *ListNilExampleRequest_View + func (x ListNilExampleRequest_View) Number() protoreflect.EnumNumber + func (x ListNilExampleRequest_View) String() string + type ListNilExampleResponse struct + NextPageToken string + NilExampleList []*NilExample + func (*ListNilExampleResponse) Descriptor() ([]byte, []int) + func (*ListNilExampleResponse) ProtoMessage() + func (x *ListNilExampleResponse) GetNextPageToken() string + func (x *ListNilExampleResponse) GetNilExampleList() []*NilExample + func (x *ListNilExampleResponse) ProtoReflect() protoreflect.Message + func (x *ListNilExampleResponse) Reset() + func (x *ListNilExampleResponse) String() string + type ListPetRequest struct + PageSize int32 + PageToken string + View ListPetRequest_View + func (*ListPetRequest) Descriptor() ([]byte, []int) + func (*ListPetRequest) ProtoMessage() + func (x *ListPetRequest) GetPageSize() int32 + func (x *ListPetRequest) GetPageToken() string + func (x *ListPetRequest) GetView() ListPetRequest_View + func (x *ListPetRequest) ProtoReflect() protoreflect.Message + func (x *ListPetRequest) Reset() + func (x *ListPetRequest) String() string + type ListPetRequest_View int32 + const ListPetRequest_BASIC + const ListPetRequest_VIEW_UNSPECIFIED + const ListPetRequest_WITH_EDGE_IDS + func (ListPetRequest_View) Descriptor() protoreflect.EnumDescriptor + func (ListPetRequest_View) EnumDescriptor() ([]byte, []int) + func (ListPetRequest_View) Type() protoreflect.EnumType + func (x ListPetRequest_View) Enum() *ListPetRequest_View + func (x ListPetRequest_View) Number() protoreflect.EnumNumber + func (x ListPetRequest_View) String() string + type ListPetResponse struct + NextPageToken string + PetList []*Pet + func (*ListPetResponse) Descriptor() ([]byte, []int) + func (*ListPetResponse) ProtoMessage() + func (x *ListPetResponse) GetNextPageToken() string + func (x *ListPetResponse) GetPetList() []*Pet + func (x *ListPetResponse) ProtoReflect() protoreflect.Message + func (x *ListPetResponse) Reset() + func (x *ListPetResponse) String() string + type ListUserRequest struct + PageSize int32 + PageToken string + View ListUserRequest_View + func (*ListUserRequest) Descriptor() ([]byte, []int) + func (*ListUserRequest) ProtoMessage() + func (x *ListUserRequest) GetPageSize() int32 + func (x *ListUserRequest) GetPageToken() string + func (x *ListUserRequest) GetView() ListUserRequest_View + func (x *ListUserRequest) ProtoReflect() protoreflect.Message + func (x *ListUserRequest) Reset() + func (x *ListUserRequest) String() string + type ListUserRequest_View int32 + const ListUserRequest_BASIC + const ListUserRequest_VIEW_UNSPECIFIED + const ListUserRequest_WITH_EDGE_IDS + func (ListUserRequest_View) Descriptor() protoreflect.EnumDescriptor + func (ListUserRequest_View) EnumDescriptor() ([]byte, []int) + func (ListUserRequest_View) Type() protoreflect.EnumType + func (x ListUserRequest_View) Enum() *ListUserRequest_View + func (x ListUserRequest_View) Number() protoreflect.EnumNumber + func (x ListUserRequest_View) String() string + type ListUserResponse struct + NextPageToken string + UserList []*User + func (*ListUserResponse) Descriptor() ([]byte, []int) + func (*ListUserResponse) ProtoMessage() + func (x *ListUserResponse) GetNextPageToken() string + func (x *ListUserResponse) GetUserList() []*User + func (x *ListUserResponse) ProtoReflect() protoreflect.Message + func (x *ListUserResponse) Reset() + func (x *ListUserResponse) String() string + type MultiWordSchema struct + Id int64 + Unit MultiWordSchema_Unit + func (*MultiWordSchema) Descriptor() ([]byte, []int) + func (*MultiWordSchema) ProtoMessage() + func (x *MultiWordSchema) GetId() int64 + func (x *MultiWordSchema) GetUnit() MultiWordSchema_Unit + func (x *MultiWordSchema) ProtoReflect() protoreflect.Message + func (x *MultiWordSchema) Reset() + func (x *MultiWordSchema) String() string + type MultiWordSchemaService struct + func NewMultiWordSchemaService(client *ent.Client) *MultiWordSchemaService + func (svc *MultiWordSchemaService) BatchCreate(ctx context.Context, req *BatchCreateMultiWordSchemasRequest) (*BatchCreateMultiWordSchemasResponse, error) + func (svc *MultiWordSchemaService) Create(ctx context.Context, req *CreateMultiWordSchemaRequest) (*MultiWordSchema, error) + func (svc *MultiWordSchemaService) Delete(ctx context.Context, req *DeleteMultiWordSchemaRequest) (*emptypb.Empty, error) + func (svc *MultiWordSchemaService) Get(ctx context.Context, req *GetMultiWordSchemaRequest) (*MultiWordSchema, error) + func (svc *MultiWordSchemaService) List(ctx context.Context, req *ListMultiWordSchemaRequest) (*ListMultiWordSchemaResponse, error) + func (svc *MultiWordSchemaService) Update(ctx context.Context, req *UpdateMultiWordSchemaRequest) (*MultiWordSchema, error) + type MultiWordSchemaServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreateMultiWordSchemasRequest, ...) (*BatchCreateMultiWordSchemasResponse, error) + Create func(ctx context.Context, in *CreateMultiWordSchemaRequest, opts ...grpc.CallOption) (*MultiWordSchema, error) + Delete func(ctx context.Context, in *DeleteMultiWordSchemaRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Get func(ctx context.Context, in *GetMultiWordSchemaRequest, opts ...grpc.CallOption) (*MultiWordSchema, error) + List func(ctx context.Context, in *ListMultiWordSchemaRequest, opts ...grpc.CallOption) (*ListMultiWordSchemaResponse, error) + Update func(ctx context.Context, in *UpdateMultiWordSchemaRequest, opts ...grpc.CallOption) (*MultiWordSchema, error) + func NewMultiWordSchemaServiceClient(cc grpc.ClientConnInterface) MultiWordSchemaServiceClient + type MultiWordSchemaServiceServer interface + BatchCreate func(context.Context, *BatchCreateMultiWordSchemasRequest) (*BatchCreateMultiWordSchemasResponse, error) + Create func(context.Context, *CreateMultiWordSchemaRequest) (*MultiWordSchema, error) + Delete func(context.Context, *DeleteMultiWordSchemaRequest) (*emptypb.Empty, error) + Get func(context.Context, *GetMultiWordSchemaRequest) (*MultiWordSchema, error) + List func(context.Context, *ListMultiWordSchemaRequest) (*ListMultiWordSchemaResponse, error) + Update func(context.Context, *UpdateMultiWordSchemaRequest) (*MultiWordSchema, error) + type MultiWordSchema_Unit int32 + const MultiWordSchema_FT + const MultiWordSchema_M + func (MultiWordSchema_Unit) Descriptor() protoreflect.EnumDescriptor + func (MultiWordSchema_Unit) EnumDescriptor() ([]byte, []int) + func (MultiWordSchema_Unit) Type() protoreflect.EnumType + func (x MultiWordSchema_Unit) Enum() *MultiWordSchema_Unit + func (x MultiWordSchema_Unit) Number() protoreflect.EnumNumber + func (x MultiWordSchema_Unit) String() string + type NilExample struct + Id int64 + StrNil *wrapperspb.StringValue + TimeNil *timestamppb.Timestamp + func (*NilExample) Descriptor() ([]byte, []int) + func (*NilExample) ProtoMessage() + func (x *NilExample) GetId() int64 + func (x *NilExample) GetStrNil() *wrapperspb.StringValue + func (x *NilExample) GetTimeNil() *timestamppb.Timestamp + func (x *NilExample) ProtoReflect() protoreflect.Message + func (x *NilExample) Reset() + func (x *NilExample) String() string + type NilExampleService struct + func NewNilExampleService(client *ent.Client) *NilExampleService + func (svc *NilExampleService) BatchCreate(ctx context.Context, req *BatchCreateNilExamplesRequest) (*BatchCreateNilExamplesResponse, error) + func (svc *NilExampleService) Create(ctx context.Context, req *CreateNilExampleRequest) (*NilExample, error) + func (svc *NilExampleService) Delete(ctx context.Context, req *DeleteNilExampleRequest) (*emptypb.Empty, error) + func (svc *NilExampleService) Get(ctx context.Context, req *GetNilExampleRequest) (*NilExample, error) + func (svc *NilExampleService) List(ctx context.Context, req *ListNilExampleRequest) (*ListNilExampleResponse, error) + func (svc *NilExampleService) Update(ctx context.Context, req *UpdateNilExampleRequest) (*NilExample, error) + type NilExampleServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreateNilExamplesRequest, ...) (*BatchCreateNilExamplesResponse, error) + Create func(ctx context.Context, in *CreateNilExampleRequest, opts ...grpc.CallOption) (*NilExample, error) + Delete func(ctx context.Context, in *DeleteNilExampleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Get func(ctx context.Context, in *GetNilExampleRequest, opts ...grpc.CallOption) (*NilExample, error) + List func(ctx context.Context, in *ListNilExampleRequest, opts ...grpc.CallOption) (*ListNilExampleResponse, error) + Update func(ctx context.Context, in *UpdateNilExampleRequest, opts ...grpc.CallOption) (*NilExample, error) + func NewNilExampleServiceClient(cc grpc.ClientConnInterface) NilExampleServiceClient + type NilExampleServiceServer interface + BatchCreate func(context.Context, *BatchCreateNilExamplesRequest) (*BatchCreateNilExamplesResponse, error) + Create func(context.Context, *CreateNilExampleRequest) (*NilExample, error) + Delete func(context.Context, *DeleteNilExampleRequest) (*emptypb.Empty, error) + Get func(context.Context, *GetNilExampleRequest) (*NilExample, error) + List func(context.Context, *ListNilExampleRequest) (*ListNilExampleResponse, error) + Update func(context.Context, *UpdateNilExampleRequest) (*NilExample, error) + type Pet struct + Attachment []*Attachment + Id int64 + Owner *User + func (*Pet) Descriptor() ([]byte, []int) + func (*Pet) ProtoMessage() + func (x *Pet) GetAttachment() []*Attachment + func (x *Pet) GetId() int64 + func (x *Pet) GetOwner() *User + func (x *Pet) ProtoReflect() protoreflect.Message + func (x *Pet) Reset() + func (x *Pet) String() string + type PetService struct + func NewPetService(client *ent.Client) *PetService + func (svc *PetService) BatchCreate(ctx context.Context, req *BatchCreatePetsRequest) (*BatchCreatePetsResponse, error) + func (svc *PetService) Create(ctx context.Context, req *CreatePetRequest) (*Pet, error) + func (svc *PetService) Delete(ctx context.Context, req *DeletePetRequest) (*emptypb.Empty, error) + func (svc *PetService) Get(ctx context.Context, req *GetPetRequest) (*Pet, error) + func (svc *PetService) List(ctx context.Context, req *ListPetRequest) (*ListPetResponse, error) + func (svc *PetService) Update(ctx context.Context, req *UpdatePetRequest) (*Pet, error) + type PetServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreatePetsRequest, opts ...grpc.CallOption) (*BatchCreatePetsResponse, error) + Create func(ctx context.Context, in *CreatePetRequest, opts ...grpc.CallOption) (*Pet, error) + Delete func(ctx context.Context, in *DeletePetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Get func(ctx context.Context, in *GetPetRequest, opts ...grpc.CallOption) (*Pet, error) + List func(ctx context.Context, in *ListPetRequest, opts ...grpc.CallOption) (*ListPetResponse, error) + Update func(ctx context.Context, in *UpdatePetRequest, opts ...grpc.CallOption) (*Pet, error) + func NewPetServiceClient(cc grpc.ClientConnInterface) PetServiceClient + type PetServiceServer interface + BatchCreate func(context.Context, *BatchCreatePetsRequest) (*BatchCreatePetsResponse, error) + Create func(context.Context, *CreatePetRequest) (*Pet, error) + Delete func(context.Context, *DeletePetRequest) (*emptypb.Empty, error) + Get func(context.Context, *GetPetRequest) (*Pet, error) + List func(context.Context, *ListPetRequest) (*ListPetResponse, error) + Update func(context.Context, *UpdatePetRequest) (*Pet, error) + type Pony struct + Id int64 + Name string + func (*Pony) Descriptor() ([]byte, []int) + func (*Pony) ProtoMessage() + func (x *Pony) GetId() int64 + func (x *Pony) GetName() string + func (x *Pony) ProtoReflect() protoreflect.Message + func (x *Pony) Reset() + func (x *Pony) String() string + type PonyService struct + func NewPonyService(client *ent.Client) *PonyService + func (svc *PonyService) BatchCreate(ctx context.Context, req *BatchCreatePoniesRequest) (*BatchCreatePoniesResponse, error) + type PonyServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreatePoniesRequest, opts ...grpc.CallOption) (*BatchCreatePoniesResponse, error) + func NewPonyServiceClient(cc grpc.ClientConnInterface) PonyServiceClient + type PonyServiceServer interface + BatchCreate func(context.Context, *BatchCreatePoniesRequest) (*BatchCreatePoniesResponse, error) + type Todo struct + Id int64 + Status Todo_Status + Task string + User *User + func (*Todo) Descriptor() ([]byte, []int) + func (*Todo) ProtoMessage() + func (x *Todo) GetId() int64 + func (x *Todo) GetStatus() Todo_Status + func (x *Todo) GetTask() string + func (x *Todo) GetUser() *User + func (x *Todo) ProtoReflect() protoreflect.Message + func (x *Todo) Reset() + func (x *Todo) String() string + type Todo_Status int32 + const Todo_DONE + const Todo_IN_PROGRESS + const Todo_PENDING + func (Todo_Status) Descriptor() protoreflect.EnumDescriptor + func (Todo_Status) EnumDescriptor() ([]byte, []int) + func (Todo_Status) Type() protoreflect.EnumType + func (x Todo_Status) Enum() *Todo_Status + func (x Todo_Status) Number() protoreflect.EnumNumber + func (x Todo_Status) String() string + type UnimplementedAttachmentServiceServer struct + func (UnimplementedAttachmentServiceServer) BatchCreate(context.Context, *BatchCreateAttachmentsRequest) (*BatchCreateAttachmentsResponse, error) + func (UnimplementedAttachmentServiceServer) Create(context.Context, *CreateAttachmentRequest) (*Attachment, error) + func (UnimplementedAttachmentServiceServer) Delete(context.Context, *DeleteAttachmentRequest) (*emptypb.Empty, error) + func (UnimplementedAttachmentServiceServer) Get(context.Context, *GetAttachmentRequest) (*Attachment, error) + func (UnimplementedAttachmentServiceServer) List(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error) + func (UnimplementedAttachmentServiceServer) Update(context.Context, *UpdateAttachmentRequest) (*Attachment, error) + type UnimplementedMultiWordSchemaServiceServer struct + func (UnimplementedMultiWordSchemaServiceServer) BatchCreate(context.Context, *BatchCreateMultiWordSchemasRequest) (*BatchCreateMultiWordSchemasResponse, error) + func (UnimplementedMultiWordSchemaServiceServer) Create(context.Context, *CreateMultiWordSchemaRequest) (*MultiWordSchema, error) + func (UnimplementedMultiWordSchemaServiceServer) Delete(context.Context, *DeleteMultiWordSchemaRequest) (*emptypb.Empty, error) + func (UnimplementedMultiWordSchemaServiceServer) Get(context.Context, *GetMultiWordSchemaRequest) (*MultiWordSchema, error) + func (UnimplementedMultiWordSchemaServiceServer) List(context.Context, *ListMultiWordSchemaRequest) (*ListMultiWordSchemaResponse, error) + func (UnimplementedMultiWordSchemaServiceServer) Update(context.Context, *UpdateMultiWordSchemaRequest) (*MultiWordSchema, error) + type UnimplementedNilExampleServiceServer struct + func (UnimplementedNilExampleServiceServer) BatchCreate(context.Context, *BatchCreateNilExamplesRequest) (*BatchCreateNilExamplesResponse, error) + func (UnimplementedNilExampleServiceServer) Create(context.Context, *CreateNilExampleRequest) (*NilExample, error) + func (UnimplementedNilExampleServiceServer) Delete(context.Context, *DeleteNilExampleRequest) (*emptypb.Empty, error) + func (UnimplementedNilExampleServiceServer) Get(context.Context, *GetNilExampleRequest) (*NilExample, error) + func (UnimplementedNilExampleServiceServer) List(context.Context, *ListNilExampleRequest) (*ListNilExampleResponse, error) + func (UnimplementedNilExampleServiceServer) Update(context.Context, *UpdateNilExampleRequest) (*NilExample, error) + type UnimplementedPetServiceServer struct + func (UnimplementedPetServiceServer) BatchCreate(context.Context, *BatchCreatePetsRequest) (*BatchCreatePetsResponse, error) + func (UnimplementedPetServiceServer) Create(context.Context, *CreatePetRequest) (*Pet, error) + func (UnimplementedPetServiceServer) Delete(context.Context, *DeletePetRequest) (*emptypb.Empty, error) + func (UnimplementedPetServiceServer) Get(context.Context, *GetPetRequest) (*Pet, error) + func (UnimplementedPetServiceServer) List(context.Context, *ListPetRequest) (*ListPetResponse, error) + func (UnimplementedPetServiceServer) Update(context.Context, *UpdatePetRequest) (*Pet, error) + type UnimplementedPonyServiceServer struct + func (UnimplementedPonyServiceServer) BatchCreate(context.Context, *BatchCreatePoniesRequest) (*BatchCreatePoniesResponse, error) + type UnimplementedUserServiceServer struct + func (UnimplementedUserServiceServer) BatchCreate(context.Context, *BatchCreateUsersRequest) (*BatchCreateUsersResponse, error) + func (UnimplementedUserServiceServer) Create(context.Context, *CreateUserRequest) (*User, error) + func (UnimplementedUserServiceServer) Delete(context.Context, *DeleteUserRequest) (*emptypb.Empty, error) + func (UnimplementedUserServiceServer) Get(context.Context, *GetUserRequest) (*User, error) + func (UnimplementedUserServiceServer) List(context.Context, *ListUserRequest) (*ListUserResponse, error) + func (UnimplementedUserServiceServer) Update(context.Context, *UpdateUserRequest) (*User, error) + type UnsafeAttachmentServiceServer interface + type UnsafeMultiWordSchemaServiceServer interface + type UnsafeNilExampleServiceServer interface + type UnsafePetServiceServer interface + type UnsafePonyServiceServer interface + type UnsafeUserServiceServer interface + type UpdateAttachmentRequest struct + Attachment *Attachment + func (*UpdateAttachmentRequest) Descriptor() ([]byte, []int) + func (*UpdateAttachmentRequest) ProtoMessage() + func (x *UpdateAttachmentRequest) GetAttachment() *Attachment + func (x *UpdateAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *UpdateAttachmentRequest) Reset() + func (x *UpdateAttachmentRequest) String() string + type UpdateMultiWordSchemaRequest struct + MultiWordSchema *MultiWordSchema + func (*UpdateMultiWordSchemaRequest) Descriptor() ([]byte, []int) + func (*UpdateMultiWordSchemaRequest) ProtoMessage() + func (x *UpdateMultiWordSchemaRequest) GetMultiWordSchema() *MultiWordSchema + func (x *UpdateMultiWordSchemaRequest) ProtoReflect() protoreflect.Message + func (x *UpdateMultiWordSchemaRequest) Reset() + func (x *UpdateMultiWordSchemaRequest) String() string + type UpdateNilExampleRequest struct + NilExample *NilExample + func (*UpdateNilExampleRequest) Descriptor() ([]byte, []int) + func (*UpdateNilExampleRequest) ProtoMessage() + func (x *UpdateNilExampleRequest) GetNilExample() *NilExample + func (x *UpdateNilExampleRequest) ProtoReflect() protoreflect.Message + func (x *UpdateNilExampleRequest) Reset() + func (x *UpdateNilExampleRequest) String() string + type UpdatePetRequest struct + Pet *Pet + func (*UpdatePetRequest) Descriptor() ([]byte, []int) + func (*UpdatePetRequest) ProtoMessage() + func (x *UpdatePetRequest) GetPet() *Pet + func (x *UpdatePetRequest) ProtoReflect() protoreflect.Message + func (x *UpdatePetRequest) Reset() + func (x *UpdatePetRequest) String() string + type UpdateUserRequest struct + User *User + func (*UpdateUserRequest) Descriptor() ([]byte, []int) + func (*UpdateUserRequest) ProtoMessage() + func (x *UpdateUserRequest) GetUser() *User + func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserRequest) Reset() + func (x *UpdateUserRequest) String() string + type User struct + AccountBalance float64 + Attachment *Attachment + BUser_1 *wrapperspb.Int64Value + Banned bool + BigInt *wrapperspb.StringValue + CrmId []byte + CustomPb uint64 + DeviceType User_DeviceType + Exp uint64 + ExternalId int64 + Group *Group + HeightInCm float32 + Id int64 + Joined *timestamppb.Timestamp + Labels []string + OptBool *wrapperspb.BoolValue + OptNum *wrapperspb.Int64Value + OptStr *wrapperspb.StringValue + Pet *Pet + Points uint32 + Received_1 []*Attachment + Status User_Status + Type *wrapperspb.StringValue + UserName string + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (x *User) GetAccountBalance() float64 + func (x *User) GetAttachment() *Attachment + func (x *User) GetBUser_1() *wrapperspb.Int64Value + func (x *User) GetBanned() bool + func (x *User) GetBigInt() *wrapperspb.StringValue + func (x *User) GetCrmId() []byte + func (x *User) GetCustomPb() uint64 + func (x *User) GetDeviceType() User_DeviceType + func (x *User) GetExp() uint64 + func (x *User) GetExternalId() int64 + func (x *User) GetGroup() *Group + func (x *User) GetHeightInCm() float32 + func (x *User) GetId() int64 + func (x *User) GetJoined() *timestamppb.Timestamp + func (x *User) GetLabels() []string + func (x *User) GetOptBool() *wrapperspb.BoolValue + func (x *User) GetOptNum() *wrapperspb.Int64Value + func (x *User) GetOptStr() *wrapperspb.StringValue + func (x *User) GetPet() *Pet + func (x *User) GetPoints() uint32 + func (x *User) GetReceived_1() []*Attachment + func (x *User) GetStatus() User_Status + func (x *User) GetType() *wrapperspb.StringValue + func (x *User) GetUserName() string + func (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string + type UserService struct + func NewUserService(client *ent.Client) *UserService + func (svc *UserService) BatchCreate(ctx context.Context, req *BatchCreateUsersRequest) (*BatchCreateUsersResponse, error) + func (svc *UserService) Create(ctx context.Context, req *CreateUserRequest) (*User, error) + func (svc *UserService) Delete(ctx context.Context, req *DeleteUserRequest) (*emptypb.Empty, error) + func (svc *UserService) Get(ctx context.Context, req *GetUserRequest) (*User, error) + func (svc *UserService) List(ctx context.Context, req *ListUserRequest) (*ListUserResponse, error) + func (svc *UserService) Update(ctx context.Context, req *UpdateUserRequest) (*User, error) + type UserServiceClient interface + BatchCreate func(ctx context.Context, in *BatchCreateUsersRequest, opts ...grpc.CallOption) (*BatchCreateUsersResponse, error) + Create func(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error) + Delete func(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Get func(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*User, error) + List func(ctx context.Context, in *ListUserRequest, opts ...grpc.CallOption) (*ListUserResponse, error) + Update func(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*User, error) + func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient + type UserServiceServer interface + BatchCreate func(context.Context, *BatchCreateUsersRequest) (*BatchCreateUsersResponse, error) + Create func(context.Context, *CreateUserRequest) (*User, error) + Delete func(context.Context, *DeleteUserRequest) (*emptypb.Empty, error) + Get func(context.Context, *GetUserRequest) (*User, error) + List func(context.Context, *ListUserRequest) (*ListUserResponse, error) + Update func(context.Context, *UpdateUserRequest) (*User, error) + type User_DeviceType int32 + const User_GLOWY9000 + const User_SPEEDY300 + func (User_DeviceType) Descriptor() protoreflect.EnumDescriptor + func (User_DeviceType) EnumDescriptor() ([]byte, []int) + func (User_DeviceType) Type() protoreflect.EnumType + func (x User_DeviceType) Enum() *User_DeviceType + func (x User_DeviceType) Number() protoreflect.EnumNumber + func (x User_DeviceType) String() string + type User_Status int32 + const User_ACTIVE + const User_PENDING + const User_STATUS_UNSPECIFIED + func (User_Status) Descriptor() protoreflect.EnumDescriptor + func (User_Status) EnumDescriptor() ([]byte, []int) + func (User_Status) Type() protoreflect.EnumType + func (x User_Status) Enum() *User_Status + func (x User_Status) Number() protoreflect.EnumNumber + func (x User_Status) String() string