Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-ld-prime
Commits
69b8bcdd
Commit
69b8bcdd
authored
Aug 22, 2021
by
tavit ohanian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'schema files should import ld'
parents
768456b6
4d83e659
Pipeline
#1105
passed with stages
in 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
schema/errors.go
schema/errors.go
+2
-0
schema/typedNode.go
schema/typedNode.go
+4
-0
No files found.
schema/errors.go
View file @
69b8bcdd
...
...
@@ -2,6 +2,8 @@ package schema
import
(
"fmt"
ld
"gitlab.dms3.io/ld/go-ld-prime"
)
// TODO: errors in this package remain somewhat slapdash.
...
...
schema/typedNode.go
View file @
69b8bcdd
package
schema
import
(
ld
"gitlab.dms3.io/ld/go-ld-prime"
)
// schema.TypedNode is a superset of the ld.Node interface, and has additional behaviors.
//
// A schema.TypedNode can be inspected for its schema.Type and schema.TypeKind,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment