Skip to content

Commit

Permalink
add: json tag (#1746)
Browse files Browse the repository at this point in the history
Co-authored-by: 和田皓翔 <wadahiroka@192.168.0.6>
  • Loading branch information
wadda0714 and 和田皓翔 authored Sep 26, 2023
1 parent 1832b4e commit 9d8e510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/saasconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d8e510

Please sign in to comment.