spicedb-embedded-linux-arm64 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
; Import library definition for spicedb.dll (Go c-shared build)
|
|
2
|
+
; Required for MSVC linking on Windows - Go does not produce .lib automatically.
|
|
3
|
+
LIBRARY spicedb
|
|
4
|
+
EXPORTS
|
|
5
|
+
spicedb_free
|
|
6
|
+
spicedb_free_bytes
|
|
7
|
+
spicedb_start
|
|
8
|
+
spicedb_dispose
|
|
9
|
+
spicedb_permissions_check_permission
|
|
10
|
+
spicedb_permissions_write_relationships
|
|
11
|
+
spicedb_permissions_delete_relationships
|
|
12
|
+
spicedb_permissions_check_bulk_permissions
|
|
13
|
+
spicedb_permissions_expand_permission_tree
|
|
14
|
+
spicedb_schema_read_schema
|
|
15
|
+
spicedb_schema_write_schema
|