iris/x/jsonx/exampler.go

7 lines
134 B
Go
Raw Normal View History

2023-08-25 10:40:54 +02:00
package jsonx
// Exampler is an interface used by testing to generate examples.
type Exampler interface {
ListExamples() []string
}