create corrosion store when initialising machine

This commit is contained in:
Pavel Sviderski
2024-09-30 23:10:56 +10:00
parent 667ecadd30
commit 0effba0adb
6 changed files with 51 additions and 31 deletions
+5
View File
@@ -0,0 +1,5 @@
package corroservice
type Service interface {
Start() error
}