pkg/analyzer/model.go (
7
lines of code) (
raw
):
package analyzer import "time" type AnalyzerResponse struct { AnalysisStatus string `json:"analysis_status"` CreatedAt time.Time `json:"created_at"` Allowed bool `json:"allowed"` }