photoprism/pkg/report/options.go
Michael Mayer 3c4cc40882 Security: Refactor log levels and events #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-10 16:34:07 +02:00

10 lines
138 B
Go

package report
// Options represents render options.
type Options struct {
Format Format
Caption string
Valid bool
NoWrap bool
}