summaryrefslogtreecommitdiff
path: root/nexus/types/character/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/types/character/context.go')
-rw-r--r--nexus/types/character/context.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/nexus/types/character/context.go b/nexus/types/character/context.go
new file mode 100644
index 0000000..ac05332
--- /dev/null
+++ b/nexus/types/character/context.go
@@ -0,0 +1,5 @@
+package character
+
+type IndexContext struct {
+ Characters []Response
+}