summaryrefslogtreecommitdiff
path: root/api/api.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-06 23:56:32 +0300
committerPaul Buetow <paul@buetow.org>2026-07-06 23:56:32 +0300
commit62ff4e782bc057d277a7c41fa35a665e2aeca045 (patch)
tree5ca14104e68a9815f20ae6802c78341c6dc94371 /api/api.go
parent5600bedb927e291e2e78e6140de256e1a1d4475c (diff)
initial package management
Diffstat (limited to 'api/api.go')
-rw-r--r--api/api.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/api.go b/api/api.go
index ea30363..6e25151 100644
--- a/api/api.go
+++ b/api/api.go
@@ -36,3 +36,7 @@ func Link(path string, opts ...options.Option) Resource {
func NoLink(path string, opts ...options.Option) Resource {
return link.Absent(path, opts...)
}
+
+// func Package(name string, ...options.Options) Resource {
+// return pkg.Present(name, opts...)
+// }