Documentation ¶
Index ¶
- Constants
- type Validator
- func (v *Validator) Object(ctx context.Context, object *models.Object, class *models.Class) error
- func (v *Validator) ValidateMultipleRef(ctx context.Context, refs models.MultipleRef, errorVal string) error
- func (v *Validator) ValidateSingleRef(ctx context.Context, cref *models.SingleRef, errorVal string) error
Constants ¶
View Source
const ( // ErrorMissingActionObjects message ErrorMissingActionObjects string = "no objects, object and subject, are added. Add 'objects' by using the 'objects' key in the root of the JSON" // ErrorMissingActionObjectsObject message ErrorMissingActionObjectsObject string = "no object-thing is added. Add the 'object' inside the 'objects' part of the JSON" // ErrorMissingActionObjectsSubject message ErrorMissingActionObjectsSubject string = "no subject-thing is added. Add the 'subject' inside the 'objects' part of the JSON" // ErrorMissingActionObjectsObjectLocation message ErrorMissingActionObjectsObjectLocation string = "no 'locationURL' is found in the object-thing. Add the 'locationURL' inside the 'object-thing' part of the JSON" // ErrorMissingActionObjectsObjectType message ErrorMissingActionObjectsObjectType string = "no 'type' is found in the object-thing. Add the 'type' inside the 'object-thing' part of the JSON" // ErrorInvalidActionObjectsObjectType message ErrorInvalidActionObjectsObjectType string = "object-thing requires one of the following values in 'type': '%s', '%s' or '%s'" // ErrorMissingActionObjectsSubjectLocation message ErrorMissingActionObjectsSubjectLocation string = "no 'locationURL' is found in the subject-thing. Add the 'locationURL' inside the 'subject-thing' part of the JSON" // ErrorMissingActionObjectsSubjectType message ErrorMissingActionObjectsSubjectType string = "no 'type' is found in the subject-thing. Add the 'type' inside the 'subject-thing' part of the JSON" // ErrorInvalidActionObjectsSubjectType message ErrorInvalidActionObjectsSubjectType string = "subject-thing requires one of the following values in 'type': '%s', '%s' or '%s'" // ErrorMisingObject message ErrorMissingObject = "the given object is empty" // ErrorMissingClass message ErrorMissingClass string = "the given class is empty" // ErrorMissingContext message ErrorMissingContext string = "the given context is empty" // ErrorNoExternalCredentials message ErrorNoExternalCredentials string = "no credentials available for the Weaviate instance for %s given in the %s" // ErrorExternalNotFound message ErrorExternalNotFound string = "given statuscode of '%s' is '%d', but 200 was expected for LocationURL given in the %s" // ErrorInvalidCRefType message ErrorInvalidCRefType string = "'cref' type '%s' does not exists" // ErrorNotFoundInDatabase message ErrorNotFoundInDatabase string = "%s: no object with id %s found" )
View Source
const ( // ErrorInvalidSingleRef message ErrorInvalidSingleRef string = "" /* 189-byte string literal not displayed */ // ErrorMissingSingleRefCRef message ErrorMissingSingleRefCRef string = "" /* 190-byte string literal not displayed */ // ErrorCrefInvalidURI message ErrorCrefInvalidURI string = "class '%s' with property '%s' is not a valid URI: %s" // ErrorCrefInvalidURIPath message ErrorCrefInvalidURIPath string = "class '%s' with property '%s' does not contain a valid path, must have 2 segments: /<kind>/<id>" // ErrorMissingSingleRefLocationURL message ErrorMissingSingleRefLocationURL string = "" /* 145-byte string literal not displayed */ // ErrorMissingSingleRefType message ErrorMissingSingleRefType string = "" /* 138-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.