1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-25 11:45:54 +03:00
parent 21fa56720f
commit 29637dad2a
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ package jsonx
// Exampler is an interface used by testing to generate examples.
type Exampler interface {
ListExamples() []string
ListExamples() any
}