api/pkg/provider
Snider d90a5be936 refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:00 +01:00
..
provider.go fix(provider): harden proxy path stripping 2026-04-01 20:08:55 +00:00
proxy.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
proxy_internal_test.go fix(provider): harden proxy path stripping 2026-04-01 20:08:55 +00:00
proxy_test.go fix(provider): handle invalid proxy upstreams safely 2026-04-01 21:42:04 +00:00
registry.go feat(provider): add registry subset iterators 2026-04-02 00:52:21 +00:00
registry_test.go feat(provider): add registry subset iterators 2026-04-02 00:52:21 +00:00