iris/x/jsonx/exampler.go
Gerasimos (Makis) Maropoulos 21fa56720f
minor
2023-08-25 11:40:54 +03:00

7 lines
134 B
Go

package jsonx
// Exampler is an interface used by testing to generate examples.
type Exampler interface {
ListExamples() []string
}