Documentation
¶
Index ¶
- Variables
- func RegisterResourceServiceServer(s *grpc.Server, srv ResourceServiceServer)
- type ConnectTribeInterestsRequests
- func (*ConnectTribeInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectTribeInterestsRequests) GetInterestsId() []string
- func (x *ConnectTribeInterestsRequests) GetTribeId() string
- func (*ConnectTribeInterestsRequests) ProtoMessage()
- func (x *ConnectTribeInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *ConnectTribeInterestsRequests) Reset()
- func (x *ConnectTribeInterestsRequests) String() string
- type ConnectUserInterestsRequests
- func (*ConnectUserInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectUserInterestsRequests) GetInterestsId() []string
- func (x *ConnectUserInterestsRequests) GetUserId() string
- func (*ConnectUserInterestsRequests) ProtoMessage()
- func (x *ConnectUserInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *ConnectUserInterestsRequests) Reset()
- func (x *ConnectUserInterestsRequests) String() string
- type ConnectUserOfferServicesRequests
- func (*ConnectUserOfferServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectUserOfferServicesRequests) GetServicesId() []string
- func (x *ConnectUserOfferServicesRequests) GetUserId() string
- func (*ConnectUserOfferServicesRequests) ProtoMessage()
- func (x *ConnectUserOfferServicesRequests) ProtoReflect() protoreflect.Message
- func (x *ConnectUserOfferServicesRequests) Reset()
- func (x *ConnectUserOfferServicesRequests) String() string
- type ConnectUserRequestedServicesRequests
- func (*ConnectUserRequestedServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectUserRequestedServicesRequests) GetServicesId() []string
- func (x *ConnectUserRequestedServicesRequests) GetUserId() string
- func (*ConnectUserRequestedServicesRequests) ProtoMessage()
- func (x *ConnectUserRequestedServicesRequests) ProtoReflect() protoreflect.Message
- func (x *ConnectUserRequestedServicesRequests) Reset()
- func (x *ConnectUserRequestedServicesRequests) String() string
- type CreateInterestRequest
- func (*CreateInterestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInterestRequest) GetName() string
- func (x *CreateInterestRequest) GetUserId() string
- func (*CreateInterestRequest) ProtoMessage()
- func (x *CreateInterestRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInterestRequest) Reset()
- func (x *CreateInterestRequest) String() string
- type CreateInterestResponse
- func (*CreateInterestResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInterestResponse) GetId() string
- func (*CreateInterestResponse) ProtoMessage()
- func (x *CreateInterestResponse) ProtoReflect() protoreflect.Message
- func (x *CreateInterestResponse) Reset()
- func (x *CreateInterestResponse) String() string
- type CreateOfferedServiceRequest
- func (*CreateOfferedServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOfferedServiceRequest) GetName() string
- func (x *CreateOfferedServiceRequest) GetUserId() string
- func (*CreateOfferedServiceRequest) ProtoMessage()
- func (x *CreateOfferedServiceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOfferedServiceRequest) Reset()
- func (x *CreateOfferedServiceRequest) String() string
- type CreateOfferedServiceResponse
- func (*CreateOfferedServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOfferedServiceResponse) GetId() string
- func (*CreateOfferedServiceResponse) ProtoMessage()
- func (x *CreateOfferedServiceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOfferedServiceResponse) Reset()
- func (x *CreateOfferedServiceResponse) String() string
- type CreateRequestedServiceRequest
- func (*CreateRequestedServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRequestedServiceRequest) GetName() string
- func (x *CreateRequestedServiceRequest) GetUserId() string
- func (*CreateRequestedServiceRequest) ProtoMessage()
- func (x *CreateRequestedServiceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRequestedServiceRequest) Reset()
- func (x *CreateRequestedServiceRequest) String() string
- type CreateRequestedServiceResponse
- func (*CreateRequestedServiceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRequestedServiceResponse) GetId() string
- func (*CreateRequestedServiceResponse) ProtoMessage()
- func (x *CreateRequestedServiceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRequestedServiceResponse) Reset()
- func (x *CreateRequestedServiceResponse) String() string
- type GetAllInterestsResponse
- func (*GetAllInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllInterestsResponse) GetInterestsId() []string
- func (*GetAllInterestsResponse) ProtoMessage()
- func (x *GetAllInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllInterestsResponse) Reset()
- func (x *GetAllInterestsResponse) String() string
- type GetAllServicesResponse
- func (*GetAllServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllServicesResponse) GetServicesId() []string
- func (*GetAllServicesResponse) ProtoMessage()
- func (x *GetAllServicesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllServicesResponse) Reset()
- func (x *GetAllServicesResponse) String() string
- type GetInterestsRequests
- func (*GetInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *GetInterestsRequests) GetInterestsId() []string
- func (*GetInterestsRequests) ProtoMessage()
- func (x *GetInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *GetInterestsRequests) Reset()
- func (x *GetInterestsRequests) String() string
- type GetInterestsResponse
- func (*GetInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetInterestsResponse) GetInterests() []*Interest
- func (*GetInterestsResponse) ProtoMessage()
- func (x *GetInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetInterestsResponse) Reset()
- func (x *GetInterestsResponse) String() string
- type GetMainInterestsResponse
- func (*GetMainInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMainInterestsResponse) GetInterestsId() []string
- func (*GetMainInterestsResponse) ProtoMessage()
- func (x *GetMainInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMainInterestsResponse) Reset()
- func (x *GetMainInterestsResponse) String() string
- type GetServicesRequests
- func (*GetServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *GetServicesRequests) GetServicesId() []string
- func (*GetServicesRequests) ProtoMessage()
- func (x *GetServicesRequests) ProtoReflect() protoreflect.Message
- func (x *GetServicesRequests) Reset()
- func (x *GetServicesRequests) String() string
- type GetServicesResponse
- func (*GetServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServicesResponse) GetServices() []*Service
- func (*GetServicesResponse) ProtoMessage()
- func (x *GetServicesResponse) ProtoReflect() protoreflect.Message
- func (x *GetServicesResponse) Reset()
- func (x *GetServicesResponse) String() string
- type GetTribeInterestsRequests
- func (*GetTribeInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *GetTribeInterestsRequests) GetTribeId() string
- func (*GetTribeInterestsRequests) ProtoMessage()
- func (x *GetTribeInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *GetTribeInterestsRequests) Reset()
- func (x *GetTribeInterestsRequests) String() string
- type GetTribeInterestsResponse
- func (*GetTribeInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTribeInterestsResponse) GetInterestsId() []string
- func (*GetTribeInterestsResponse) ProtoMessage()
- func (x *GetTribeInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTribeInterestsResponse) Reset()
- func (x *GetTribeInterestsResponse) String() string
- type GetUserInterestsRequests
- func (*GetUserInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserInterestsRequests) GetUserId() string
- func (*GetUserInterestsRequests) ProtoMessage()
- func (x *GetUserInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *GetUserInterestsRequests) Reset()
- func (x *GetUserInterestsRequests) String() string
- type GetUserInterestsResponse
- func (*GetUserInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserInterestsResponse) GetInterestsId() []string
- func (*GetUserInterestsResponse) ProtoMessage()
- func (x *GetUserInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserInterestsResponse) Reset()
- func (x *GetUserInterestsResponse) String() string
- type Interest
- func (*Interest) Descriptor() ([]byte, []int)deprecated
- func (x *Interest) GetColor() string
- func (x *Interest) GetEmoji() string
- func (x *Interest) GetId() string
- func (x *Interest) GetName() string
- func (*Interest) ProtoMessage()
- func (x *Interest) ProtoReflect() protoreflect.Message
- func (x *Interest) Reset()
- func (x *Interest) String() string
- type ResourceServiceClient
- type ResourceServiceServer
- type SearchInterestsRequests
- func (*SearchInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *SearchInterestsRequests) GetText() string
- func (*SearchInterestsRequests) ProtoMessage()
- func (x *SearchInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *SearchInterestsRequests) Reset()
- func (x *SearchInterestsRequests) String() string
- type SearchInterestsResponse
- func (*SearchInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchInterestsResponse) GetInterestIds() []string
- func (*SearchInterestsResponse) ProtoMessage()
- func (x *SearchInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchInterestsResponse) Reset()
- func (x *SearchInterestsResponse) String() string
- type SearchServicesRequests
- func (*SearchServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *SearchServicesRequests) GetText() string
- func (*SearchServicesRequests) ProtoMessage()
- func (x *SearchServicesRequests) ProtoReflect() protoreflect.Message
- func (x *SearchServicesRequests) Reset()
- func (x *SearchServicesRequests) String() string
- type SearchServicesResponse
- func (*SearchServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchServicesResponse) GetServicesIds() []string
- func (*SearchServicesResponse) ProtoMessage()
- func (x *SearchServicesResponse) ProtoReflect() protoreflect.Message
- func (x *SearchServicesResponse) Reset()
- func (x *SearchServicesResponse) String() string
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetColor() string
- func (x *Service) GetEmoji() string
- func (x *Service) GetId() string
- func (x *Service) GetName() string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- type SharedInterestsRequests
- func (*SharedInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *SharedInterestsRequests) GetUserFromId() string
- func (x *SharedInterestsRequests) GetUserToId() string
- func (*SharedInterestsRequests) ProtoMessage()
- func (x *SharedInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *SharedInterestsRequests) Reset()
- func (x *SharedInterestsRequests) String() string
- type SharedInterestsResponse
- func (*SharedInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SharedInterestsResponse) GetInterestIds() []string
- func (*SharedInterestsResponse) ProtoMessage()
- func (x *SharedInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *SharedInterestsResponse) Reset()
- func (x *SharedInterestsResponse) String() string
- type SharedTribeUserInterestsRequests
- func (*SharedTribeUserInterestsRequests) Descriptor() ([]byte, []int)deprecated
- func (x *SharedTribeUserInterestsRequests) GetTribeId() string
- func (x *SharedTribeUserInterestsRequests) GetUserId() string
- func (*SharedTribeUserInterestsRequests) ProtoMessage()
- func (x *SharedTribeUserInterestsRequests) ProtoReflect() protoreflect.Message
- func (x *SharedTribeUserInterestsRequests) Reset()
- func (x *SharedTribeUserInterestsRequests) String() string
- type SharedTribeUserInterestsResponse
- func (*SharedTribeUserInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SharedTribeUserInterestsResponse) GetInterestIds() []string
- func (*SharedTribeUserInterestsResponse) ProtoMessage()
- func (x *SharedTribeUserInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *SharedTribeUserInterestsResponse) Reset()
- func (x *SharedTribeUserInterestsResponse) String() string
- type UnimplementedResourceServiceServer
- func (*UnimplementedResourceServiceServer) ConnectTribeInterests(context.Context, *ConnectTribeInterestsRequests) (*empty.Empty, error)
- func (*UnimplementedResourceServiceServer) ConnectUserInterests(context.Context, *ConnectUserInterestsRequests) (*empty.Empty, error)
- func (*UnimplementedResourceServiceServer) ConnectUserOfferServices(context.Context, *ConnectUserOfferServicesRequests) (*empty.Empty, error)
- func (*UnimplementedResourceServiceServer) ConnectUserRequestedServices(context.Context, *ConnectUserRequestedServicesRequests) (*empty.Empty, error)
- func (*UnimplementedResourceServiceServer) CreateInterest(context.Context, *CreateInterestRequest) (*CreateInterestResponse, error)
- func (*UnimplementedResourceServiceServer) CreateOfferedService(context.Context, *CreateOfferedServiceRequest) (*CreateOfferedServiceResponse, error)
- func (*UnimplementedResourceServiceServer) CreateRequestedService(context.Context, *CreateRequestedServiceRequest) (*CreateRequestedServiceResponse, error)
- func (*UnimplementedResourceServiceServer) GetAllInterests(context.Context, *empty.Empty) (*GetAllInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) GetAllServices(context.Context, *empty.Empty) (*GetAllServicesResponse, error)
- func (*UnimplementedResourceServiceServer) GetInterests(context.Context, *GetInterestsRequests) (*GetInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) GetMainInterests(context.Context, *empty.Empty) (*GetMainInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) GetServices(context.Context, *GetServicesRequests) (*GetServicesResponse, error)
- func (*UnimplementedResourceServiceServer) GetTribeInterests(context.Context, *GetTribeInterestsRequests) (*GetTribeInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) GetUserInterests(context.Context, *GetUserInterestsRequests) (*GetUserInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) GetUserOfferServices(context.Context, *UserOfferServicesRequests) (*UserOfferServicesResponse, error)
- func (*UnimplementedResourceServiceServer) GetUserRequestedServices(context.Context, *UserRequestedServicesRequests) (*UserRequestedServicesResponse, error)
- func (*UnimplementedResourceServiceServer) SearchInterest(context.Context, *SearchInterestsRequests) (*SearchInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) SearchServices(context.Context, *SearchServicesRequests) (*SearchServicesResponse, error)
- func (*UnimplementedResourceServiceServer) SharedInterests(context.Context, *SharedInterestsRequests) (*SharedInterestsResponse, error)
- func (*UnimplementedResourceServiceServer) SharedTribeUserInterests(context.Context, *SharedTribeUserInterestsRequests) (*SharedTribeUserInterestsResponse, error)
- type UserOfferServicesRequests
- func (*UserOfferServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *UserOfferServicesRequests) GetUserId() string
- func (*UserOfferServicesRequests) ProtoMessage()
- func (x *UserOfferServicesRequests) ProtoReflect() protoreflect.Message
- func (x *UserOfferServicesRequests) Reset()
- func (x *UserOfferServicesRequests) String() string
- type UserOfferServicesResponse
- func (*UserOfferServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserOfferServicesResponse) GetServicesId() []string
- func (*UserOfferServicesResponse) ProtoMessage()
- func (x *UserOfferServicesResponse) ProtoReflect() protoreflect.Message
- func (x *UserOfferServicesResponse) Reset()
- func (x *UserOfferServicesResponse) String() string
- type UserRequestedServicesRequests
- func (*UserRequestedServicesRequests) Descriptor() ([]byte, []int)deprecated
- func (x *UserRequestedServicesRequests) GetUserId() string
- func (*UserRequestedServicesRequests) ProtoMessage()
- func (x *UserRequestedServicesRequests) ProtoReflect() protoreflect.Message
- func (x *UserRequestedServicesRequests) Reset()
- func (x *UserRequestedServicesRequests) String() string
- type UserRequestedServicesResponse
- func (*UserRequestedServicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserRequestedServicesResponse) GetServicesId() []string
- func (*UserRequestedServicesResponse) ProtoMessage()
- func (x *UserRequestedServicesResponse) ProtoReflect() protoreflect.Message
- func (x *UserRequestedServicesResponse) Reset()
- func (x *UserRequestedServicesResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_protobuf_spec_connection_resource_v1_proto protoreflect.FileDescriptor
Functions ¶
func RegisterResourceServiceServer ¶ added in v0.8.1
func RegisterResourceServiceServer(s *grpc.Server, srv ResourceServiceServer)
Types ¶
type ConnectTribeInterestsRequests ¶ added in v0.19.0
type ConnectTribeInterestsRequests struct { TribeId string `protobuf:"bytes,1,opt,name=tribe_id,json=tribeId,proto3" json:"tribe_id,omitempty"` InterestsId []string `protobuf:"bytes,2,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*ConnectTribeInterestsRequests) Descriptor
deprecated
added in
v0.19.0
func (*ConnectTribeInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use ConnectTribeInterestsRequests.ProtoReflect.Descriptor instead.
func (*ConnectTribeInterestsRequests) GetInterestsId ¶ added in v0.19.0
func (x *ConnectTribeInterestsRequests) GetInterestsId() []string
func (*ConnectTribeInterestsRequests) GetTribeId ¶ added in v0.19.0
func (x *ConnectTribeInterestsRequests) GetTribeId() string
func (*ConnectTribeInterestsRequests) ProtoMessage ¶ added in v0.19.0
func (*ConnectTribeInterestsRequests) ProtoMessage()
func (*ConnectTribeInterestsRequests) ProtoReflect ¶ added in v0.19.0
func (x *ConnectTribeInterestsRequests) ProtoReflect() protoreflect.Message
func (*ConnectTribeInterestsRequests) Reset ¶ added in v0.19.0
func (x *ConnectTribeInterestsRequests) Reset()
func (*ConnectTribeInterestsRequests) String ¶ added in v0.19.0
func (x *ConnectTribeInterestsRequests) String() string
type ConnectUserInterestsRequests ¶
type ConnectUserInterestsRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` InterestsId []string `protobuf:"bytes,2,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*ConnectUserInterestsRequests) Descriptor
deprecated
func (*ConnectUserInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use ConnectUserInterestsRequests.ProtoReflect.Descriptor instead.
func (*ConnectUserInterestsRequests) GetInterestsId ¶
func (x *ConnectUserInterestsRequests) GetInterestsId() []string
func (*ConnectUserInterestsRequests) GetUserId ¶
func (x *ConnectUserInterestsRequests) GetUserId() string
func (*ConnectUserInterestsRequests) ProtoMessage ¶
func (*ConnectUserInterestsRequests) ProtoMessage()
func (*ConnectUserInterestsRequests) ProtoReflect ¶
func (x *ConnectUserInterestsRequests) ProtoReflect() protoreflect.Message
func (*ConnectUserInterestsRequests) Reset ¶
func (x *ConnectUserInterestsRequests) Reset()
func (*ConnectUserInterestsRequests) String ¶
func (x *ConnectUserInterestsRequests) String() string
type ConnectUserOfferServicesRequests ¶
type ConnectUserOfferServicesRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ServicesId []string `protobuf:"bytes,2,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*ConnectUserOfferServicesRequests) Descriptor
deprecated
func (*ConnectUserOfferServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use ConnectUserOfferServicesRequests.ProtoReflect.Descriptor instead.
func (*ConnectUserOfferServicesRequests) GetServicesId ¶
func (x *ConnectUserOfferServicesRequests) GetServicesId() []string
func (*ConnectUserOfferServicesRequests) GetUserId ¶
func (x *ConnectUserOfferServicesRequests) GetUserId() string
func (*ConnectUserOfferServicesRequests) ProtoMessage ¶
func (*ConnectUserOfferServicesRequests) ProtoMessage()
func (*ConnectUserOfferServicesRequests) ProtoReflect ¶
func (x *ConnectUserOfferServicesRequests) ProtoReflect() protoreflect.Message
func (*ConnectUserOfferServicesRequests) Reset ¶
func (x *ConnectUserOfferServicesRequests) Reset()
func (*ConnectUserOfferServicesRequests) String ¶
func (x *ConnectUserOfferServicesRequests) String() string
type ConnectUserRequestedServicesRequests ¶
type ConnectUserRequestedServicesRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ServicesId []string `protobuf:"bytes,2,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*ConnectUserRequestedServicesRequests) Descriptor
deprecated
func (*ConnectUserRequestedServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use ConnectUserRequestedServicesRequests.ProtoReflect.Descriptor instead.
func (*ConnectUserRequestedServicesRequests) GetServicesId ¶
func (x *ConnectUserRequestedServicesRequests) GetServicesId() []string
func (*ConnectUserRequestedServicesRequests) GetUserId ¶
func (x *ConnectUserRequestedServicesRequests) GetUserId() string
func (*ConnectUserRequestedServicesRequests) ProtoMessage ¶
func (*ConnectUserRequestedServicesRequests) ProtoMessage()
func (*ConnectUserRequestedServicesRequests) ProtoReflect ¶
func (x *ConnectUserRequestedServicesRequests) ProtoReflect() protoreflect.Message
func (*ConnectUserRequestedServicesRequests) Reset ¶
func (x *ConnectUserRequestedServicesRequests) Reset()
func (*ConnectUserRequestedServicesRequests) String ¶
func (x *ConnectUserRequestedServicesRequests) String() string
type CreateInterestRequest ¶ added in v1.2.0
type CreateInterestRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*CreateInterestRequest) Descriptor
deprecated
added in
v1.2.0
func (*CreateInterestRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInterestRequest.ProtoReflect.Descriptor instead.
func (*CreateInterestRequest) GetName ¶ added in v1.2.0
func (x *CreateInterestRequest) GetName() string
func (*CreateInterestRequest) GetUserId ¶ added in v1.2.0
func (x *CreateInterestRequest) GetUserId() string
func (*CreateInterestRequest) ProtoMessage ¶ added in v1.2.0
func (*CreateInterestRequest) ProtoMessage()
func (*CreateInterestRequest) ProtoReflect ¶ added in v1.2.0
func (x *CreateInterestRequest) ProtoReflect() protoreflect.Message
func (*CreateInterestRequest) Reset ¶ added in v1.2.0
func (x *CreateInterestRequest) Reset()
func (*CreateInterestRequest) String ¶ added in v1.2.0
func (x *CreateInterestRequest) String() string
type CreateInterestResponse ¶ added in v1.2.0
type CreateInterestResponse struct { Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateInterestResponse) Descriptor
deprecated
added in
v1.2.0
func (*CreateInterestResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateInterestResponse.ProtoReflect.Descriptor instead.
func (*CreateInterestResponse) GetId ¶ added in v1.2.0
func (x *CreateInterestResponse) GetId() string
func (*CreateInterestResponse) ProtoMessage ¶ added in v1.2.0
func (*CreateInterestResponse) ProtoMessage()
func (*CreateInterestResponse) ProtoReflect ¶ added in v1.2.0
func (x *CreateInterestResponse) ProtoReflect() protoreflect.Message
func (*CreateInterestResponse) Reset ¶ added in v1.2.0
func (x *CreateInterestResponse) Reset()
func (*CreateInterestResponse) String ¶ added in v1.2.0
func (x *CreateInterestResponse) String() string
type CreateOfferedServiceRequest ¶ added in v1.7.0
type CreateOfferedServiceRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*CreateOfferedServiceRequest) Descriptor
deprecated
added in
v1.7.0
func (*CreateOfferedServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOfferedServiceRequest.ProtoReflect.Descriptor instead.
func (*CreateOfferedServiceRequest) GetName ¶ added in v1.7.0
func (x *CreateOfferedServiceRequest) GetName() string
func (*CreateOfferedServiceRequest) GetUserId ¶ added in v1.7.0
func (x *CreateOfferedServiceRequest) GetUserId() string
func (*CreateOfferedServiceRequest) ProtoMessage ¶ added in v1.7.0
func (*CreateOfferedServiceRequest) ProtoMessage()
func (*CreateOfferedServiceRequest) ProtoReflect ¶ added in v1.7.0
func (x *CreateOfferedServiceRequest) ProtoReflect() protoreflect.Message
func (*CreateOfferedServiceRequest) Reset ¶ added in v1.7.0
func (x *CreateOfferedServiceRequest) Reset()
func (*CreateOfferedServiceRequest) String ¶ added in v1.7.0
func (x *CreateOfferedServiceRequest) String() string
type CreateOfferedServiceResponse ¶ added in v1.7.0
type CreateOfferedServiceResponse struct { Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateOfferedServiceResponse) Descriptor
deprecated
added in
v1.7.0
func (*CreateOfferedServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOfferedServiceResponse.ProtoReflect.Descriptor instead.
func (*CreateOfferedServiceResponse) GetId ¶ added in v1.7.0
func (x *CreateOfferedServiceResponse) GetId() string
func (*CreateOfferedServiceResponse) ProtoMessage ¶ added in v1.7.0
func (*CreateOfferedServiceResponse) ProtoMessage()
func (*CreateOfferedServiceResponse) ProtoReflect ¶ added in v1.7.0
func (x *CreateOfferedServiceResponse) ProtoReflect() protoreflect.Message
func (*CreateOfferedServiceResponse) Reset ¶ added in v1.7.0
func (x *CreateOfferedServiceResponse) Reset()
func (*CreateOfferedServiceResponse) String ¶ added in v1.7.0
func (x *CreateOfferedServiceResponse) String() string
type CreateRequestedServiceRequest ¶ added in v1.7.0
type CreateRequestedServiceRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*CreateRequestedServiceRequest) Descriptor
deprecated
added in
v1.7.0
func (*CreateRequestedServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequestedServiceRequest.ProtoReflect.Descriptor instead.
func (*CreateRequestedServiceRequest) GetName ¶ added in v1.7.0
func (x *CreateRequestedServiceRequest) GetName() string
func (*CreateRequestedServiceRequest) GetUserId ¶ added in v1.7.0
func (x *CreateRequestedServiceRequest) GetUserId() string
func (*CreateRequestedServiceRequest) ProtoMessage ¶ added in v1.7.0
func (*CreateRequestedServiceRequest) ProtoMessage()
func (*CreateRequestedServiceRequest) ProtoReflect ¶ added in v1.7.0
func (x *CreateRequestedServiceRequest) ProtoReflect() protoreflect.Message
func (*CreateRequestedServiceRequest) Reset ¶ added in v1.7.0
func (x *CreateRequestedServiceRequest) Reset()
func (*CreateRequestedServiceRequest) String ¶ added in v1.7.0
func (x *CreateRequestedServiceRequest) String() string
type CreateRequestedServiceResponse ¶ added in v1.7.0
type CreateRequestedServiceResponse struct { Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateRequestedServiceResponse) Descriptor
deprecated
added in
v1.7.0
func (*CreateRequestedServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequestedServiceResponse.ProtoReflect.Descriptor instead.
func (*CreateRequestedServiceResponse) GetId ¶ added in v1.7.0
func (x *CreateRequestedServiceResponse) GetId() string
func (*CreateRequestedServiceResponse) ProtoMessage ¶ added in v1.7.0
func (*CreateRequestedServiceResponse) ProtoMessage()
func (*CreateRequestedServiceResponse) ProtoReflect ¶ added in v1.7.0
func (x *CreateRequestedServiceResponse) ProtoReflect() protoreflect.Message
func (*CreateRequestedServiceResponse) Reset ¶ added in v1.7.0
func (x *CreateRequestedServiceResponse) Reset()
func (*CreateRequestedServiceResponse) String ¶ added in v1.7.0
func (x *CreateRequestedServiceResponse) String() string
type GetAllInterestsResponse ¶
type GetAllInterestsResponse struct { InterestsId []string `protobuf:"bytes,1,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*GetAllInterestsResponse) Descriptor
deprecated
func (*GetAllInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetAllInterestsResponse) GetInterestsId ¶
func (x *GetAllInterestsResponse) GetInterestsId() []string
func (*GetAllInterestsResponse) ProtoMessage ¶
func (*GetAllInterestsResponse) ProtoMessage()
func (*GetAllInterestsResponse) ProtoReflect ¶
func (x *GetAllInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetAllInterestsResponse) Reset ¶
func (x *GetAllInterestsResponse) Reset()
func (*GetAllInterestsResponse) String ¶
func (x *GetAllInterestsResponse) String() string
type GetAllServicesResponse ¶
type GetAllServicesResponse struct { ServicesId []string `protobuf:"bytes,1,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*GetAllServicesResponse) Descriptor
deprecated
func (*GetAllServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllServicesResponse.ProtoReflect.Descriptor instead.
func (*GetAllServicesResponse) GetServicesId ¶
func (x *GetAllServicesResponse) GetServicesId() []string
func (*GetAllServicesResponse) ProtoMessage ¶
func (*GetAllServicesResponse) ProtoMessage()
func (*GetAllServicesResponse) ProtoReflect ¶
func (x *GetAllServicesResponse) ProtoReflect() protoreflect.Message
func (*GetAllServicesResponse) Reset ¶
func (x *GetAllServicesResponse) Reset()
func (*GetAllServicesResponse) String ¶
func (x *GetAllServicesResponse) String() string
type GetInterestsRequests ¶
type GetInterestsRequests struct { InterestsId []string `protobuf:"bytes,1,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*GetInterestsRequests) Descriptor
deprecated
func (*GetInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use GetInterestsRequests.ProtoReflect.Descriptor instead.
func (*GetInterestsRequests) GetInterestsId ¶
func (x *GetInterestsRequests) GetInterestsId() []string
func (*GetInterestsRequests) ProtoMessage ¶
func (*GetInterestsRequests) ProtoMessage()
func (*GetInterestsRequests) ProtoReflect ¶
func (x *GetInterestsRequests) ProtoReflect() protoreflect.Message
func (*GetInterestsRequests) Reset ¶
func (x *GetInterestsRequests) Reset()
func (*GetInterestsRequests) String ¶
func (x *GetInterestsRequests) String() string
type GetInterestsResponse ¶
type GetInterestsResponse struct { Interests []*Interest `protobuf:"bytes,1,rep,name=interests,proto3" json:"interests,omitempty"` // contains filtered or unexported fields }
func (*GetInterestsResponse) Descriptor
deprecated
func (*GetInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetInterestsResponse) GetInterests ¶
func (x *GetInterestsResponse) GetInterests() []*Interest
func (*GetInterestsResponse) ProtoMessage ¶
func (*GetInterestsResponse) ProtoMessage()
func (*GetInterestsResponse) ProtoReflect ¶
func (x *GetInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetInterestsResponse) Reset ¶
func (x *GetInterestsResponse) Reset()
func (*GetInterestsResponse) String ¶
func (x *GetInterestsResponse) String() string
type GetMainInterestsResponse ¶ added in v1.2.0
type GetMainInterestsResponse struct { InterestsId []string `protobuf:"bytes,1,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*GetMainInterestsResponse) Descriptor
deprecated
added in
v1.2.0
func (*GetMainInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMainInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetMainInterestsResponse) GetInterestsId ¶ added in v1.2.0
func (x *GetMainInterestsResponse) GetInterestsId() []string
func (*GetMainInterestsResponse) ProtoMessage ¶ added in v1.2.0
func (*GetMainInterestsResponse) ProtoMessage()
func (*GetMainInterestsResponse) ProtoReflect ¶ added in v1.2.0
func (x *GetMainInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetMainInterestsResponse) Reset ¶ added in v1.2.0
func (x *GetMainInterestsResponse) Reset()
func (*GetMainInterestsResponse) String ¶ added in v1.2.0
func (x *GetMainInterestsResponse) String() string
type GetServicesRequests ¶
type GetServicesRequests struct { ServicesId []string `protobuf:"bytes,1,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*GetServicesRequests) Descriptor
deprecated
func (*GetServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use GetServicesRequests.ProtoReflect.Descriptor instead.
func (*GetServicesRequests) GetServicesId ¶
func (x *GetServicesRequests) GetServicesId() []string
func (*GetServicesRequests) ProtoMessage ¶
func (*GetServicesRequests) ProtoMessage()
func (*GetServicesRequests) ProtoReflect ¶
func (x *GetServicesRequests) ProtoReflect() protoreflect.Message
func (*GetServicesRequests) Reset ¶
func (x *GetServicesRequests) Reset()
func (*GetServicesRequests) String ¶
func (x *GetServicesRequests) String() string
type GetServicesResponse ¶
type GetServicesResponse struct { Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*GetServicesResponse) Descriptor
deprecated
func (*GetServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetServicesResponse.ProtoReflect.Descriptor instead.
func (*GetServicesResponse) GetServices ¶
func (x *GetServicesResponse) GetServices() []*Service
func (*GetServicesResponse) ProtoMessage ¶
func (*GetServicesResponse) ProtoMessage()
func (*GetServicesResponse) ProtoReflect ¶
func (x *GetServicesResponse) ProtoReflect() protoreflect.Message
func (*GetServicesResponse) Reset ¶
func (x *GetServicesResponse) Reset()
func (*GetServicesResponse) String ¶
func (x *GetServicesResponse) String() string
type GetTribeInterestsRequests ¶ added in v0.19.0
type GetTribeInterestsRequests struct { TribeId string `protobuf:"bytes,1,opt,name=tribe_id,json=tribeId,proto3" json:"tribe_id,omitempty"` // contains filtered or unexported fields }
func (*GetTribeInterestsRequests) Descriptor
deprecated
added in
v0.19.0
func (*GetTribeInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use GetTribeInterestsRequests.ProtoReflect.Descriptor instead.
func (*GetTribeInterestsRequests) GetTribeId ¶ added in v0.19.0
func (x *GetTribeInterestsRequests) GetTribeId() string
func (*GetTribeInterestsRequests) ProtoMessage ¶ added in v0.19.0
func (*GetTribeInterestsRequests) ProtoMessage()
func (*GetTribeInterestsRequests) ProtoReflect ¶ added in v0.19.0
func (x *GetTribeInterestsRequests) ProtoReflect() protoreflect.Message
func (*GetTribeInterestsRequests) Reset ¶ added in v0.19.0
func (x *GetTribeInterestsRequests) Reset()
func (*GetTribeInterestsRequests) String ¶ added in v0.19.0
func (x *GetTribeInterestsRequests) String() string
type GetTribeInterestsResponse ¶ added in v0.19.0
type GetTribeInterestsResponse struct { InterestsId []string `protobuf:"bytes,1,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*GetTribeInterestsResponse) Descriptor
deprecated
added in
v0.19.0
func (*GetTribeInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTribeInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetTribeInterestsResponse) GetInterestsId ¶ added in v0.19.0
func (x *GetTribeInterestsResponse) GetInterestsId() []string
func (*GetTribeInterestsResponse) ProtoMessage ¶ added in v0.19.0
func (*GetTribeInterestsResponse) ProtoMessage()
func (*GetTribeInterestsResponse) ProtoReflect ¶ added in v0.19.0
func (x *GetTribeInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetTribeInterestsResponse) Reset ¶ added in v0.19.0
func (x *GetTribeInterestsResponse) Reset()
func (*GetTribeInterestsResponse) String ¶ added in v0.19.0
func (x *GetTribeInterestsResponse) String() string
type GetUserInterestsRequests ¶
type GetUserInterestsRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserInterestsRequests) Descriptor
deprecated
func (*GetUserInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use GetUserInterestsRequests.ProtoReflect.Descriptor instead.
func (*GetUserInterestsRequests) GetUserId ¶
func (x *GetUserInterestsRequests) GetUserId() string
func (*GetUserInterestsRequests) ProtoMessage ¶
func (*GetUserInterestsRequests) ProtoMessage()
func (*GetUserInterestsRequests) ProtoReflect ¶
func (x *GetUserInterestsRequests) ProtoReflect() protoreflect.Message
func (*GetUserInterestsRequests) Reset ¶
func (x *GetUserInterestsRequests) Reset()
func (*GetUserInterestsRequests) String ¶
func (x *GetUserInterestsRequests) String() string
type GetUserInterestsResponse ¶
type GetUserInterestsResponse struct { InterestsId []string `protobuf:"bytes,1,rep,name=interests_id,json=interestsId,proto3" json:"interests_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserInterestsResponse) Descriptor
deprecated
func (*GetUserInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetUserInterestsResponse) GetInterestsId ¶
func (x *GetUserInterestsResponse) GetInterestsId() []string
func (*GetUserInterestsResponse) ProtoMessage ¶
func (*GetUserInterestsResponse) ProtoMessage()
func (*GetUserInterestsResponse) ProtoReflect ¶
func (x *GetUserInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetUserInterestsResponse) Reset ¶
func (x *GetUserInterestsResponse) Reset()
func (*GetUserInterestsResponse) String ¶
func (x *GetUserInterestsResponse) String() string
type Interest ¶
type Interest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` Emoji string `protobuf:"bytes,3,opt,name=emoji,proto3" json:"emoji,omitempty"` Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Interest) Descriptor
deprecated
func (*Interest) ProtoMessage ¶
func (*Interest) ProtoMessage()
func (*Interest) ProtoReflect ¶
func (x *Interest) ProtoReflect() protoreflect.Message
type ResourceServiceClient ¶ added in v0.8.1
type ResourceServiceClient interface { GetInterests(ctx context.Context, in *GetInterestsRequests, opts ...grpc.CallOption) (*GetInterestsResponse, error) GetMainInterests(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetMainInterestsResponse, error) GetAllInterests(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetAllInterestsResponse, error) GetUserInterests(ctx context.Context, in *GetUserInterestsRequests, opts ...grpc.CallOption) (*GetUserInterestsResponse, error) SearchInterest(ctx context.Context, in *SearchInterestsRequests, opts ...grpc.CallOption) (*SearchInterestsResponse, error) ConnectUserInterests(ctx context.Context, in *ConnectUserInterestsRequests, opts ...grpc.CallOption) (*empty.Empty, error) CreateInterest(ctx context.Context, in *CreateInterestRequest, opts ...grpc.CallOption) (*CreateInterestResponse, error) GetTribeInterests(ctx context.Context, in *GetTribeInterestsRequests, opts ...grpc.CallOption) (*GetTribeInterestsResponse, error) ConnectTribeInterests(ctx context.Context, in *ConnectTribeInterestsRequests, opts ...grpc.CallOption) (*empty.Empty, error) GetServices(ctx context.Context, in *GetServicesRequests, opts ...grpc.CallOption) (*GetServicesResponse, error) CreateOfferedService(ctx context.Context, in *CreateOfferedServiceRequest, opts ...grpc.CallOption) (*CreateOfferedServiceResponse, error) CreateRequestedService(ctx context.Context, in *CreateRequestedServiceRequest, opts ...grpc.CallOption) (*CreateRequestedServiceResponse, error) GetAllServices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetAllServicesResponse, error) SearchServices(ctx context.Context, in *SearchServicesRequests, opts ...grpc.CallOption) (*SearchServicesResponse, error) GetUserOfferServices(ctx context.Context, in *UserOfferServicesRequests, opts ...grpc.CallOption) (*UserOfferServicesResponse, error) GetUserRequestedServices(ctx context.Context, in *UserRequestedServicesRequests, opts ...grpc.CallOption) (*UserRequestedServicesResponse, error) ConnectUserOfferServices(ctx context.Context, in *ConnectUserOfferServicesRequests, opts ...grpc.CallOption) (*empty.Empty, error) ConnectUserRequestedServices(ctx context.Context, in *ConnectUserRequestedServicesRequests, opts ...grpc.CallOption) (*empty.Empty, error) }
ResourceServiceClient is the client API for ResourceService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewResourceServiceClient ¶ added in v0.8.1
func NewResourceServiceClient(cc grpc.ClientConnInterface) ResourceServiceClient
type ResourceServiceServer ¶ added in v0.8.1
type ResourceServiceServer interface { GetInterests(context.Context, *GetInterestsRequests) (*GetInterestsResponse, error) GetMainInterests(context.Context, *empty.Empty) (*GetMainInterestsResponse, error) GetAllInterests(context.Context, *empty.Empty) (*GetAllInterestsResponse, error) GetUserInterests(context.Context, *GetUserInterestsRequests) (*GetUserInterestsResponse, error) SearchInterest(context.Context, *SearchInterestsRequests) (*SearchInterestsResponse, error) ConnectUserInterests(context.Context, *ConnectUserInterestsRequests) (*empty.Empty, error) CreateInterest(context.Context, *CreateInterestRequest) (*CreateInterestResponse, error) GetTribeInterests(context.Context, *GetTribeInterestsRequests) (*GetTribeInterestsResponse, error) ConnectTribeInterests(context.Context, *ConnectTribeInterestsRequests) (*empty.Empty, error) GetServices(context.Context, *GetServicesRequests) (*GetServicesResponse, error) CreateOfferedService(context.Context, *CreateOfferedServiceRequest) (*CreateOfferedServiceResponse, error) CreateRequestedService(context.Context, *CreateRequestedServiceRequest) (*CreateRequestedServiceResponse, error) GetAllServices(context.Context, *empty.Empty) (*GetAllServicesResponse, error) SearchServices(context.Context, *SearchServicesRequests) (*SearchServicesResponse, error) GetUserOfferServices(context.Context, *UserOfferServicesRequests) (*UserOfferServicesResponse, error) GetUserRequestedServices(context.Context, *UserRequestedServicesRequests) (*UserRequestedServicesResponse, error) ConnectUserOfferServices(context.Context, *ConnectUserOfferServicesRequests) (*empty.Empty, error) ConnectUserRequestedServices(context.Context, *ConnectUserRequestedServicesRequests) (*empty.Empty, error) }
ResourceServiceServer is the server API for ResourceService service.
type SearchInterestsRequests ¶ added in v0.19.1
type SearchInterestsRequests struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*SearchInterestsRequests) Descriptor
deprecated
added in
v0.19.1
func (*SearchInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use SearchInterestsRequests.ProtoReflect.Descriptor instead.
func (*SearchInterestsRequests) GetText ¶ added in v0.19.1
func (x *SearchInterestsRequests) GetText() string
func (*SearchInterestsRequests) ProtoMessage ¶ added in v0.19.1
func (*SearchInterestsRequests) ProtoMessage()
func (*SearchInterestsRequests) ProtoReflect ¶ added in v0.19.1
func (x *SearchInterestsRequests) ProtoReflect() protoreflect.Message
func (*SearchInterestsRequests) Reset ¶ added in v0.19.1
func (x *SearchInterestsRequests) Reset()
func (*SearchInterestsRequests) String ¶ added in v0.19.1
func (x *SearchInterestsRequests) String() string
type SearchInterestsResponse ¶ added in v0.19.1
type SearchInterestsResponse struct { InterestIds []string `protobuf:"bytes,1,rep,name=interest_ids,json=interestIds,proto3" json:"interest_ids,omitempty"` // contains filtered or unexported fields }
func (*SearchInterestsResponse) Descriptor
deprecated
added in
v0.19.1
func (*SearchInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchInterestsResponse.ProtoReflect.Descriptor instead.
func (*SearchInterestsResponse) GetInterestIds ¶ added in v0.19.1
func (x *SearchInterestsResponse) GetInterestIds() []string
func (*SearchInterestsResponse) ProtoMessage ¶ added in v0.19.1
func (*SearchInterestsResponse) ProtoMessage()
func (*SearchInterestsResponse) ProtoReflect ¶ added in v0.19.1
func (x *SearchInterestsResponse) ProtoReflect() protoreflect.Message
func (*SearchInterestsResponse) Reset ¶ added in v0.19.1
func (x *SearchInterestsResponse) Reset()
func (*SearchInterestsResponse) String ¶ added in v0.19.1
func (x *SearchInterestsResponse) String() string
type SearchServicesRequests ¶ added in v0.19.1
type SearchServicesRequests struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*SearchServicesRequests) Descriptor
deprecated
added in
v0.19.1
func (*SearchServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use SearchServicesRequests.ProtoReflect.Descriptor instead.
func (*SearchServicesRequests) GetText ¶ added in v0.19.1
func (x *SearchServicesRequests) GetText() string
func (*SearchServicesRequests) ProtoMessage ¶ added in v0.19.1
func (*SearchServicesRequests) ProtoMessage()
func (*SearchServicesRequests) ProtoReflect ¶ added in v0.19.1
func (x *SearchServicesRequests) ProtoReflect() protoreflect.Message
func (*SearchServicesRequests) Reset ¶ added in v0.19.1
func (x *SearchServicesRequests) Reset()
func (*SearchServicesRequests) String ¶ added in v0.19.1
func (x *SearchServicesRequests) String() string
type SearchServicesResponse ¶ added in v0.19.1
type SearchServicesResponse struct { ServicesIds []string `protobuf:"bytes,1,rep,name=services_ids,json=servicesIds,proto3" json:"services_ids,omitempty"` // contains filtered or unexported fields }
func (*SearchServicesResponse) Descriptor
deprecated
added in
v0.19.1
func (*SearchServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchServicesResponse.ProtoReflect.Descriptor instead.
func (*SearchServicesResponse) GetServicesIds ¶ added in v0.19.1
func (x *SearchServicesResponse) GetServicesIds() []string
func (*SearchServicesResponse) ProtoMessage ¶ added in v0.19.1
func (*SearchServicesResponse) ProtoMessage()
func (*SearchServicesResponse) ProtoReflect ¶ added in v0.19.1
func (x *SearchServicesResponse) ProtoReflect() protoreflect.Message
func (*SearchServicesResponse) Reset ¶ added in v0.19.1
func (x *SearchServicesResponse) Reset()
func (*SearchServicesResponse) String ¶ added in v0.19.1
func (x *SearchServicesResponse) String() string
type Service ¶
type Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` Emoji string `protobuf:"bytes,3,opt,name=emoji,proto3" json:"emoji,omitempty"` Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type SharedInterestsRequests ¶ added in v0.10.0
type SharedInterestsRequests struct { // contains filtered or unexported fields }
func (*SharedInterestsRequests) Descriptor
deprecated
added in
v0.10.0
func (*SharedInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use SharedInterestsRequests.ProtoReflect.Descriptor instead.
func (*SharedInterestsRequests) GetUserFromId ¶ added in v0.10.0
func (x *SharedInterestsRequests) GetUserFromId() string
func (*SharedInterestsRequests) GetUserToId ¶ added in v0.10.0
func (x *SharedInterestsRequests) GetUserToId() string
func (*SharedInterestsRequests) ProtoMessage ¶ added in v0.10.0
func (*SharedInterestsRequests) ProtoMessage()
func (*SharedInterestsRequests) ProtoReflect ¶ added in v0.10.0
func (x *SharedInterestsRequests) ProtoReflect() protoreflect.Message
func (*SharedInterestsRequests) Reset ¶ added in v0.10.0
func (x *SharedInterestsRequests) Reset()
func (*SharedInterestsRequests) String ¶ added in v0.10.0
func (x *SharedInterestsRequests) String() string
type SharedInterestsResponse ¶ added in v0.10.0
type SharedInterestsResponse struct { // contains filtered or unexported fields }
func (*SharedInterestsResponse) Descriptor
deprecated
added in
v0.10.0
func (*SharedInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SharedInterestsResponse.ProtoReflect.Descriptor instead.
func (*SharedInterestsResponse) GetInterestIds ¶ added in v0.10.0
func (x *SharedInterestsResponse) GetInterestIds() []string
func (*SharedInterestsResponse) ProtoMessage ¶ added in v0.10.0
func (*SharedInterestsResponse) ProtoMessage()
func (*SharedInterestsResponse) ProtoReflect ¶ added in v0.10.0
func (x *SharedInterestsResponse) ProtoReflect() protoreflect.Message
func (*SharedInterestsResponse) Reset ¶ added in v0.10.0
func (x *SharedInterestsResponse) Reset()
func (*SharedInterestsResponse) String ¶ added in v0.10.0
func (x *SharedInterestsResponse) String() string
type SharedTribeUserInterestsRequests ¶ added in v0.19.0
type SharedTribeUserInterestsRequests struct { // contains filtered or unexported fields }
func (*SharedTribeUserInterestsRequests) Descriptor
deprecated
added in
v0.19.0
func (*SharedTribeUserInterestsRequests) Descriptor() ([]byte, []int)
Deprecated: Use SharedTribeUserInterestsRequests.ProtoReflect.Descriptor instead.
func (*SharedTribeUserInterestsRequests) GetTribeId ¶ added in v0.19.0
func (x *SharedTribeUserInterestsRequests) GetTribeId() string
func (*SharedTribeUserInterestsRequests) GetUserId ¶ added in v0.19.0
func (x *SharedTribeUserInterestsRequests) GetUserId() string
func (*SharedTribeUserInterestsRequests) ProtoMessage ¶ added in v0.19.0
func (*SharedTribeUserInterestsRequests) ProtoMessage()
func (*SharedTribeUserInterestsRequests) ProtoReflect ¶ added in v0.19.0
func (x *SharedTribeUserInterestsRequests) ProtoReflect() protoreflect.Message
func (*SharedTribeUserInterestsRequests) Reset ¶ added in v0.19.0
func (x *SharedTribeUserInterestsRequests) Reset()
func (*SharedTribeUserInterestsRequests) String ¶ added in v0.19.0
func (x *SharedTribeUserInterestsRequests) String() string
type SharedTribeUserInterestsResponse ¶ added in v0.19.0
type SharedTribeUserInterestsResponse struct { // contains filtered or unexported fields }
func (*SharedTribeUserInterestsResponse) Descriptor
deprecated
added in
v0.19.0
func (*SharedTribeUserInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SharedTribeUserInterestsResponse.ProtoReflect.Descriptor instead.
func (*SharedTribeUserInterestsResponse) GetInterestIds ¶ added in v0.19.0
func (x *SharedTribeUserInterestsResponse) GetInterestIds() []string
func (*SharedTribeUserInterestsResponse) ProtoMessage ¶ added in v0.19.0
func (*SharedTribeUserInterestsResponse) ProtoMessage()
func (*SharedTribeUserInterestsResponse) ProtoReflect ¶ added in v0.19.0
func (x *SharedTribeUserInterestsResponse) ProtoReflect() protoreflect.Message
func (*SharedTribeUserInterestsResponse) Reset ¶ added in v0.19.0
func (x *SharedTribeUserInterestsResponse) Reset()
func (*SharedTribeUserInterestsResponse) String ¶ added in v0.19.0
func (x *SharedTribeUserInterestsResponse) String() string
type UnimplementedResourceServiceServer ¶ added in v0.8.1
type UnimplementedResourceServiceServer struct { }
UnimplementedResourceServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedResourceServiceServer) ConnectTribeInterests ¶ added in v0.19.0
func (*UnimplementedResourceServiceServer) ConnectTribeInterests(context.Context, *ConnectTribeInterestsRequests) (*empty.Empty, error)
func (*UnimplementedResourceServiceServer) ConnectUserInterests ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) ConnectUserInterests(context.Context, *ConnectUserInterestsRequests) (*empty.Empty, error)
func (*UnimplementedResourceServiceServer) ConnectUserOfferServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) ConnectUserOfferServices(context.Context, *ConnectUserOfferServicesRequests) (*empty.Empty, error)
func (*UnimplementedResourceServiceServer) ConnectUserRequestedServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) ConnectUserRequestedServices(context.Context, *ConnectUserRequestedServicesRequests) (*empty.Empty, error)
func (*UnimplementedResourceServiceServer) CreateInterest ¶ added in v1.2.0
func (*UnimplementedResourceServiceServer) CreateInterest(context.Context, *CreateInterestRequest) (*CreateInterestResponse, error)
func (*UnimplementedResourceServiceServer) CreateOfferedService ¶ added in v1.7.0
func (*UnimplementedResourceServiceServer) CreateOfferedService(context.Context, *CreateOfferedServiceRequest) (*CreateOfferedServiceResponse, error)
func (*UnimplementedResourceServiceServer) CreateRequestedService ¶ added in v1.7.0
func (*UnimplementedResourceServiceServer) CreateRequestedService(context.Context, *CreateRequestedServiceRequest) (*CreateRequestedServiceResponse, error)
func (*UnimplementedResourceServiceServer) GetAllInterests ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetAllInterests(context.Context, *empty.Empty) (*GetAllInterestsResponse, error)
func (*UnimplementedResourceServiceServer) GetAllServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetAllServices(context.Context, *empty.Empty) (*GetAllServicesResponse, error)
func (*UnimplementedResourceServiceServer) GetInterests ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetInterests(context.Context, *GetInterestsRequests) (*GetInterestsResponse, error)
func (*UnimplementedResourceServiceServer) GetMainInterests ¶ added in v1.2.0
func (*UnimplementedResourceServiceServer) GetMainInterests(context.Context, *empty.Empty) (*GetMainInterestsResponse, error)
func (*UnimplementedResourceServiceServer) GetServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetServices(context.Context, *GetServicesRequests) (*GetServicesResponse, error)
func (*UnimplementedResourceServiceServer) GetTribeInterests ¶ added in v0.19.0
func (*UnimplementedResourceServiceServer) GetTribeInterests(context.Context, *GetTribeInterestsRequests) (*GetTribeInterestsResponse, error)
func (*UnimplementedResourceServiceServer) GetUserInterests ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetUserInterests(context.Context, *GetUserInterestsRequests) (*GetUserInterestsResponse, error)
func (*UnimplementedResourceServiceServer) GetUserOfferServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetUserOfferServices(context.Context, *UserOfferServicesRequests) (*UserOfferServicesResponse, error)
func (*UnimplementedResourceServiceServer) GetUserRequestedServices ¶ added in v0.8.1
func (*UnimplementedResourceServiceServer) GetUserRequestedServices(context.Context, *UserRequestedServicesRequests) (*UserRequestedServicesResponse, error)
func (*UnimplementedResourceServiceServer) SearchInterest ¶ added in v0.19.1
func (*UnimplementedResourceServiceServer) SearchInterest(context.Context, *SearchInterestsRequests) (*SearchInterestsResponse, error)
func (*UnimplementedResourceServiceServer) SearchServices ¶ added in v0.19.1
func (*UnimplementedResourceServiceServer) SearchServices(context.Context, *SearchServicesRequests) (*SearchServicesResponse, error)
func (*UnimplementedResourceServiceServer) SharedInterests ¶ added in v0.10.0
func (*UnimplementedResourceServiceServer) SharedInterests(context.Context, *SharedInterestsRequests) (*SharedInterestsResponse, error)
func (*UnimplementedResourceServiceServer) SharedTribeUserInterests ¶ added in v0.19.0
func (*UnimplementedResourceServiceServer) SharedTribeUserInterests(context.Context, *SharedTribeUserInterestsRequests) (*SharedTribeUserInterestsResponse, error)
type UserOfferServicesRequests ¶
type UserOfferServicesRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserOfferServicesRequests) Descriptor
deprecated
func (*UserOfferServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use UserOfferServicesRequests.ProtoReflect.Descriptor instead.
func (*UserOfferServicesRequests) GetUserId ¶
func (x *UserOfferServicesRequests) GetUserId() string
func (*UserOfferServicesRequests) ProtoMessage ¶
func (*UserOfferServicesRequests) ProtoMessage()
func (*UserOfferServicesRequests) ProtoReflect ¶
func (x *UserOfferServicesRequests) ProtoReflect() protoreflect.Message
func (*UserOfferServicesRequests) Reset ¶
func (x *UserOfferServicesRequests) Reset()
func (*UserOfferServicesRequests) String ¶
func (x *UserOfferServicesRequests) String() string
type UserOfferServicesResponse ¶
type UserOfferServicesResponse struct { ServicesId []string `protobuf:"bytes,1,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*UserOfferServicesResponse) Descriptor
deprecated
func (*UserOfferServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserOfferServicesResponse.ProtoReflect.Descriptor instead.
func (*UserOfferServicesResponse) GetServicesId ¶
func (x *UserOfferServicesResponse) GetServicesId() []string
func (*UserOfferServicesResponse) ProtoMessage ¶
func (*UserOfferServicesResponse) ProtoMessage()
func (*UserOfferServicesResponse) ProtoReflect ¶
func (x *UserOfferServicesResponse) ProtoReflect() protoreflect.Message
func (*UserOfferServicesResponse) Reset ¶
func (x *UserOfferServicesResponse) Reset()
func (*UserOfferServicesResponse) String ¶
func (x *UserOfferServicesResponse) String() string
type UserRequestedServicesRequests ¶
type UserRequestedServicesRequests struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserRequestedServicesRequests) Descriptor
deprecated
func (*UserRequestedServicesRequests) Descriptor() ([]byte, []int)
Deprecated: Use UserRequestedServicesRequests.ProtoReflect.Descriptor instead.
func (*UserRequestedServicesRequests) GetUserId ¶
func (x *UserRequestedServicesRequests) GetUserId() string
func (*UserRequestedServicesRequests) ProtoMessage ¶
func (*UserRequestedServicesRequests) ProtoMessage()
func (*UserRequestedServicesRequests) ProtoReflect ¶
func (x *UserRequestedServicesRequests) ProtoReflect() protoreflect.Message
func (*UserRequestedServicesRequests) Reset ¶
func (x *UserRequestedServicesRequests) Reset()
func (*UserRequestedServicesRequests) String ¶
func (x *UserRequestedServicesRequests) String() string
type UserRequestedServicesResponse ¶
type UserRequestedServicesResponse struct { ServicesId []string `protobuf:"bytes,1,rep,name=services_id,json=servicesId,proto3" json:"services_id,omitempty"` // contains filtered or unexported fields }
func (*UserRequestedServicesResponse) Descriptor
deprecated
func (*UserRequestedServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserRequestedServicesResponse.ProtoReflect.Descriptor instead.
func (*UserRequestedServicesResponse) GetServicesId ¶
func (x *UserRequestedServicesResponse) GetServicesId() []string
func (*UserRequestedServicesResponse) ProtoMessage ¶
func (*UserRequestedServicesResponse) ProtoMessage()
func (*UserRequestedServicesResponse) ProtoReflect ¶
func (x *UserRequestedServicesResponse) ProtoReflect() protoreflect.Message
func (*UserRequestedServicesResponse) Reset ¶
func (x *UserRequestedServicesResponse) Reset()
func (*UserRequestedServicesResponse) String ¶
func (x *UserRequestedServicesResponse) String() string