Documentation
¶
Index ¶
Constants ¶
View Source
const (
// v1/schema/**
DefaultSchemaPrefix = "v1/schema"
)
Variables ¶
View Source
var ErrTenantNotFound = errors.New("tenant not found")
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
type Response ¶
type Response struct { Error []ErrorResponse `json:"error,omitempty"` Status string `json:"activityStatus"` Name string `json:"name"` }
type SchemaInfo ¶
type SchemaInfo struct {
// contains filtered or unexported fields
}
func NewSchemaInfo ¶
func NewSchemaInfo(addr, schemaPrefix string) *SchemaInfo
func (*SchemaInfo) Collection ¶
Collection returns details about single collection from the schema. https://weaviate.io/developers/weaviate/api/rest#tag/schema/GET/schema/{className}
func (*SchemaInfo) TenantStatus ¶
Click to show internal directories.
Click to hide internal directories.