Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnknownNamespaceError ¶
type UnknownNamespaceError interface { // NotFoundNamespaceName is the name of the namespace that was not found. NotFoundNamespaceName() string }
UnknownNamespaceError is an error raised when a namespace was not found.
type UnknownRelationError ¶
type UnknownRelationError interface { // NamespaceName is the name of the namespace under which the relation was not found. NamespaceName() string // NotFoundRelationName is the name of the relation that was not found. NotFoundRelationName() string }
UnknownRelationError is an error raised when a relation was not found.
Click to show internal directories.
Click to hide internal directories.