Sign in
skia
/
buildbot
/
main
/
.
/
perf
/
go
/
trace_visibility
/
sqlconfigstore
/
schema
/
schema.go
blob: 0cf6c8b7924e7a64659c29b8f480b98b24fe7581 [
file
]
package schema
// PublicTraceRulesSchema represents the PublicTraceRules table in the database.
type PublicTraceRulesSchema struct {
RuleExpression string `sql:"public_rule_expr TEXT PRIMARY KEY"`
}