1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-08 13:39:00 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-25 11:40:54 +03:00
parent 06d5e56512
commit 21fa56720f
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package jsonx
// Exampler is an interface used by testing to generate examples.
type Exampler interface {
ListExamples() []string
}