Skip to content

Commit 852637a

Browse files
committed
feat: add options for starting new service type
1 parent c5e2b93 commit 852637a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/options/script.go

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)