iris/x/jsonx/exampler.go

7 lines
129 B
Go
Raw Permalink 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 {
2023-08-25 10:45:54 +02:00
ListExamples() any
2023-08-25 10:40:54 +02:00
}