mirror of
https://github.com/kataras/iris.git
synced 2026-01-23 11:56:00 +00:00
minor
This commit is contained in:
6
x/jsonx/exampler.go
Normal file
6
x/jsonx/exampler.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package jsonx
|
||||
|
||||
// Exampler is an interface used by testing to generate examples.
|
||||
type Exampler interface {
|
||||
ListExamples() []string
|
||||
}
|
||||
Reference in New Issue
Block a user