mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 16:36:02 +00:00
Serialize node, user and pre-auth-key responses through the NodeView, UserView and PreAuthKeyView accessors instead of AsStruct(), which clones the whole record on every read. Document the convention in AGENTS.md. |
||
|---|---|---|
| .. | ||
| api.go | ||
| apikeys.go | ||
| auth.go | ||
| errors.go | ||
| health.go | ||
| nodes.go | ||
| policy.go | ||
| preauthkeys.go | ||
| tags.go | ||
| types.go | ||
| users.go | ||