ci: add go lint and race test workflow (#187)

This commit is contained in:
BBQ
2026-03-05 11:25:33 +08:00
committed by GitHub
parent 387ac50030
commit 3feb03aca7
192 changed files with 2245 additions and 2028 deletions
-1
View File
@@ -4,7 +4,6 @@ import "time"
type ProviderName string
// FieldSchema describes a single configuration field for dynamic form generation.
type FieldSchema struct {
Key string `json:"key"`