We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e2b93 commit 852637aCopy full SHA for 852637a
components/options/script.go
@@ -0,0 +1,11 @@
1
+package options
2
+
3
+import (
4
+ "github.com/somatech1/mikros/components/definition"
5
+)
6
7
+type ScriptServiceOptions struct{}
8
9
+func (s *ScriptServiceOptions) Kind() definition.ServiceType {
10
+ return definition.ServiceType_Script
11
+}
0 commit comments