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