add: json tag (#1746)

Co-authored-by: 和田皓翔 <wadahiroka@192.168.0.6>
This commit is contained in:
hiroka-wada
2023-09-26 15:50:18 +09:00
committed by GitHub
parent 1832b4ee3a
commit 9d8e510c0d

View File

@@ -7,9 +7,9 @@ import (
// SaasConf is FutureVuls config
type SaasConf struct {
GroupID int64 `json:"-"`
Token string `json:"-"`
URL string `json:"-"`
GroupID int64 `json:"GroupID"`
Token string `json:"Token"`
URL string `json:"URL"`
}
// Validate validates configuration