mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
- slices.SortedFunc + maps.Values + cmp.Compare instead of manual map-to-slice collection + sort.Slice (source/aggregator.go) - strings.CutSuffix instead of HasSuffix+TrimSuffix, and deduplicate error handling in BandwidthQuantity.UnmarshalString (types/types.go) |
||
|---|---|---|
| .. | ||
| aggregator.go | ||
| aggregator_test.go | ||
| base_source.go | ||
| base_source_test.go | ||
| clone.go | ||
| config_source.go | ||
| config_source_test.go | ||
| source.go | ||
| store.go | ||
| store_test.go | ||