mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
7 lines
129 B
Go
7 lines
129 B
Go
package jsonx
|
|
|
|
// Exampler is an interface used by testing to generate examples.
|
|
type Exampler interface {
|
|
ListExamples() any
|
|
}
|