frp/pkg/config/v1
fatedier a88e0e9a49
Some checks failed
golangci-lint / lint (push) Has been cancelled
refactor: clean up code (#5308)
2026-05-12 11:13:50 +08:00
..
validation refactor: clean up code (#5308) 2026-05-12 11:13:50 +08:00
api.go support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
client.go protocol: add v2 wire protocol with binary framing and capability negotiation (#5294) 2026-04-27 00:17:00 +08:00
client_test.go protocol: add v2 wire protocol with binary framing and capability negotiation (#5294) 2026-04-27 00:17:00 +08:00
clone_test.go add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
common.go refactor: restructure API packages into client/http and server/http with typed proxy/visitor models (#5193) 2026-03-04 17:38:43 +08:00
decode.go refactor: restructure API packages into client/http and server/http with typed proxy/visitor models (#5193) 2026-03-04 17:38:43 +08:00
decode_test.go refactor: restructure API packages into client/http and server/http with typed proxy/visitor models (#5193) 2026-03-04 17:38:43 +08:00
proxy.go refactor: fix modernize lint issues (#5215) 2026-03-07 23:10:19 +08:00
proxy_plugin.go refactor: fix modernize lint issues (#5215) 2026-03-07 23:10:19 +08:00
proxy_test.go support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
server.go refactor: separate auth config from runtime and defer token resolution (#5105) 2025-12-25 00:53:08 +08:00
server_test.go refactor: separate auth config from runtime and defer token resolution (#5105) 2025-12-25 00:53:08 +08:00
store.go add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
value_source.go Add exec value source type (#5050) 2025-11-18 00:20:21 +08:00
value_source_test.go add tokenSource support for auth configuration (#4865) 2025-07-03 13:17:21 +08:00
visitor.go refactor: fix modernize lint issues (#5215) 2026-03-07 23:10:19 +08:00
visitor_plugin.go refactor: fix modernize lint issues (#5215) 2026-03-07 23:10:19 +08:00