aboutsummaryrefslogtreecommitdiff
path: root/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'service.go')
-rw-r--r--service.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/service.go b/service.go
new file mode 100644
index 0000000..f6c2e9c
--- /dev/null
+++ b/service.go
@@ -0,0 +1,7 @@
+// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-only
+
+package lilin
+
+type Service struct {
+}