Stabilize the node agent runtime loop.

Keep the NAS-side runtime bounded to the configured export path,
make WebDAV and registration behavior env-driven, and add runtime
coverage so the first storage loop can be verified locally.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Harivansh Rathi 2026-04-01 13:58:24 +00:00
parent a7f85f4871
commit 273af4b0ab
14 changed files with 3294 additions and 36 deletions

View file

@ -0,0 +1,7 @@
//go:build !(android || darwin || dragonfly || freebsd || illumos || ios || linux || netbsd || openbsd || solaris)
package nodeagent
func detectCapacityBytes(string) *int64 {
return nil
}