resourcepb

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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 (*ConnectTribeInterestsRequests) Reset added in v0.19.0

func (x *ConnectTribeInterestsRequests) Reset()

func (*ConnectTribeInterestsRequests) String added in v0.19.0

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 (*ConnectUserInterestsRequests) Reset

func (x *ConnectUserInterestsRequests) Reset()

func (*ConnectUserInterestsRequests) 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 (*ConnectUserOfferServicesRequests) ProtoMessage

func (*ConnectUserOfferServicesRequests) ProtoMessage()

func (*ConnectUserOfferServicesRequests) ProtoReflect

func (*ConnectUserOfferServicesRequests) Reset

func (*ConnectUserOfferServicesRequests) 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 (*ConnectUserRequestedServicesRequests) ProtoMessage

func (*ConnectUserRequestedServicesRequests) ProtoMessage()

func (*ConnectUserRequestedServicesRequests) ProtoReflect

func (*ConnectUserRequestedServicesRequests) Reset

func (*ConnectUserRequestedServicesRequests) 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 (*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 (*CreateOfferedServiceResponse) ProtoMessage added in v1.7.0

func (*CreateOfferedServiceResponse) ProtoMessage()

func (*CreateOfferedServiceResponse) ProtoReflect added in v1.7.0

func (*CreateOfferedServiceResponse) Reset added in v1.7.0

func (x *CreateOfferedServiceResponse) Reset()

func (*CreateOfferedServiceResponse) String added in v1.7.0

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 (*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 (*CreateRequestedServiceRequest) Reset added in v1.7.0

func (x *CreateRequestedServiceRequest) Reset()

func (*CreateRequestedServiceRequest) String added in v1.7.0

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 (*CreateRequestedServiceResponse) ProtoMessage added in v1.7.0

func (*CreateRequestedServiceResponse) ProtoMessage()

func (*CreateRequestedServiceResponse) ProtoReflect added in v1.7.0

func (*CreateRequestedServiceResponse) Reset added in v1.7.0

func (x *CreateRequestedServiceResponse) Reset()

func (*CreateRequestedServiceResponse) String added in v1.7.0

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 (*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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Interest.ProtoReflect.Descriptor instead.

func (*Interest) GetColor

func (x *Interest) GetColor() string

func (*Interest) GetEmoji

func (x *Interest) GetEmoji() string

func (*Interest) GetId added in v0.8.2

func (x *Interest) GetId() string

func (*Interest) GetName

func (x *Interest) GetName() string

func (*Interest) ProtoMessage

func (*Interest) ProtoMessage()

func (*Interest) ProtoReflect

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

func (*Interest) Reset

func (x *Interest) Reset()

func (*Interest) String

func (x *Interest) String() string

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)
	SharedInterests(ctx context.Context, in *SharedInterestsRequests, opts ...grpc.CallOption) (*SharedInterestsResponse, 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)
	SharedTribeUserInterests(ctx context.Context, in *SharedTribeUserInterestsRequests, opts ...grpc.CallOption) (*SharedTribeUserInterestsResponse, 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)
	SharedInterests(context.Context, *SharedInterestsRequests) (*SharedInterestsResponse, 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)
	SharedTribeUserInterests(context.Context, *SharedTribeUserInterestsRequests) (*SharedTribeUserInterestsResponse, 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) Descriptor() ([]byte, []int)

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetColor

func (x *Service) GetColor() string

func (*Service) GetEmoji

func (x *Service) GetEmoji() string

func (*Service) GetId added in v0.8.2

func (x *Service) GetId() string

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type SharedInterestsRequests added in v0.10.0

type SharedInterestsRequests struct {
	UserFromId string `protobuf:"bytes,1,opt,name=user_from_id,json=userFromId,proto3" json:"user_from_id,omitempty"`
	UserToId   string `protobuf:"bytes,2,opt,name=user_to_id,json=userToId,proto3" json:"user_to_id,omitempty"`
	// 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 {
	InterestIds []string `protobuf:"bytes,1,rep,name=interest_ids,json=interestIds,proto3" json:"interest_ids,omitempty"`
	// 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 {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TribeId string `protobuf:"bytes,2,opt,name=tribe_id,json=tribeId,proto3" json:"tribe_id,omitempty"`
	// 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 (*SharedTribeUserInterestsRequests) ProtoMessage added in v0.19.0

func (*SharedTribeUserInterestsRequests) ProtoMessage()

func (*SharedTribeUserInterestsRequests) ProtoReflect added in v0.19.0

func (*SharedTribeUserInterestsRequests) Reset added in v0.19.0

func (*SharedTribeUserInterestsRequests) String added in v0.19.0

type SharedTribeUserInterestsResponse added in v0.19.0

type SharedTribeUserInterestsResponse struct {
	InterestIds []string `protobuf:"bytes,1,rep,name=interest_ids,json=interestIds,proto3" json:"interest_ids,omitempty"`
	// 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 (*SharedTribeUserInterestsResponse) Reset added in v0.19.0

func (*SharedTribeUserInterestsResponse) String added in v0.19.0

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) ConnectUserInterests added in v0.8.1

func (*UnimplementedResourceServiceServer) ConnectUserOfferServices added in v0.8.1

func (*UnimplementedResourceServiceServer) ConnectUserRequestedServices added in v0.8.1

func (*UnimplementedResourceServiceServer) CreateInterest added in v1.2.0

func (*UnimplementedResourceServiceServer) CreateOfferedService added in v1.7.0

func (*UnimplementedResourceServiceServer) CreateRequestedService added in v1.7.0

func (*UnimplementedResourceServiceServer) GetAllInterests added in v0.8.1

func (*UnimplementedResourceServiceServer) GetAllServices added in v0.8.1

func (*UnimplementedResourceServiceServer) GetInterests added in v0.8.1

func (*UnimplementedResourceServiceServer) GetMainInterests added in v1.2.0

func (*UnimplementedResourceServiceServer) GetServices added in v0.8.1

func (*UnimplementedResourceServiceServer) GetTribeInterests added in v0.19.0

func (*UnimplementedResourceServiceServer) GetUserInterests added in v0.8.1

func (*UnimplementedResourceServiceServer) GetUserOfferServices added in v0.8.1

func (*UnimplementedResourceServiceServer) GetUserRequestedServices added in v0.8.1

func (*UnimplementedResourceServiceServer) SearchInterest added in v0.19.1

func (*UnimplementedResourceServiceServer) SearchServices added in v0.19.1

func (*UnimplementedResourceServiceServer) SharedInterests added in v0.10.0

func (*UnimplementedResourceServiceServer) SharedTribeUserInterests added in v0.19.0

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 (*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 (*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 (*UserRequestedServicesRequests) Reset

func (x *UserRequestedServicesRequests) Reset()

func (*UserRequestedServicesRequests) 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 (*UserRequestedServicesResponse) Reset

func (x *UserRequestedServicesResponse) Reset()

func (*UserRequestedServicesResponse) String

Jump to

Keyboard shortcuts

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