aboutsummaryrefslogtreecommitdiff
path: root/serve_options.go
AgeCommit message (Collapse)Author
2026-02-12all: change Serve parameters to struct `ServeOptions`Shulhan
In case we needs to add another parameter, which will do later, the argument will be too long. Using parameters is acceptable only for 2 to 3 arguments.