From 45a297a8e526094e8fce6e2c5c0fd89b381d1765 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 16:37:17 +0200 Subject: i have to commit at some point! --- model/init.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 model/init.go (limited to 'model/init.go') diff --git a/model/init.go b/model/init.go new file mode 100644 index 0000000..503d2b8 --- /dev/null +++ b/model/init.go @@ -0,0 +1,5 @@ +package model + +type HasInit interface { + Init() error +} -- cgit v1.3