Commit graph

3 commits

Author SHA1 Message Date
cc75779fbd Implement auto-fill variables for checker option fields
Add an AutoFill attribute to the Field struct that marks option fields
as automatically resolved by the software based on test context, rather
than requiring user input. Auto-fill always overrides any user-provided
value at execution time.
2026-03-17 19:21:51 +07:00
f457071d5d chore: replace interface{} with any across the codebase
Use the modern Go type alias `any` instead of `interface{}` throughout
all packages for improved readability and consistency with current Go idioms.
2026-03-01 17:38:04 +07:00
0edc2e66e2 Clean architecture refactoring 2025-04-22 14:15:03 +02:00
Renamed from forms/custom.go (Browse further)