Documentation
¶
Index ¶
- Constants
- type NestedProperty
- type Property
- type Service
- func (s *Service) BatchObjects(ctx context.Context, req *pb.BatchObjectsRequest) (*pb.BatchObjectsReply, error)
- func (s *Service) Check(ctx context.Context, request *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
- func (s *Service) Search(ctx context.Context, req *pb.SearchRequest) (*pb.SearchReply, error)
- func (s *Service) Watch(request *grpc_health_v1.HealthCheckRequest, ...) error
Constants ¶
View Source
const BEACON_START = "weaviate://localhost/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedProperty ¶
type NestedProperty struct {
*models.NestedProperty
}
func (*NestedProperty) GetName ¶
func (p *NestedProperty) GetName() string
func (*NestedProperty) GetNestedProperties ¶
func (p *NestedProperty) GetNestedProperties() []*models.NestedProperty
type Property ¶
func (*Property) GetNestedProperties ¶
func (p *Property) GetNestedProperties() []*models.NestedProperty
type Service ¶
type Service struct { pb.UnimplementedWeaviateServer // contains filtered or unexported fields }
func NewService ¶
func NewService(traverser *traverser.Traverser, authComposer composer.TokenFunc, allowAnonymousAccess bool, schemaManager *schemaManager.Manager, batchManager *objects.BatchManager, ) *Service
func (*Service) BatchObjects ¶
func (s *Service) BatchObjects(ctx context.Context, req *pb.BatchObjectsRequest) (*pb.BatchObjectsReply, error)
func (*Service) Check ¶
func (s *Service) Check(ctx context.Context, request *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
func (*Service) Search ¶
func (s *Service) Search(ctx context.Context, req *pb.SearchRequest) (*pb.SearchReply, error)
func (*Service) Watch ¶
func (s *Service) Watch(request *grpc_health_v1.HealthCheckRequest, server grpc_health_v1.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.