3c4cc40882
Signed-off-by: Michael Mayer <michael@photoprism.app>
9 lines
138 B
Go
9 lines
138 B
Go
package report
|
|
|
|
// Options represents render options.
|
|
type Options struct {
|
|
Format Format
|
|
Caption string
|
|
Valid bool
|
|
NoWrap bool
|
|
}
|