create corrosion config

This commit is contained in:
Pavel Sviderski
2024-09-26 17:00:30 +10:00
parent 2f7463ebe3
commit 9fcc319c3a
8 changed files with 191 additions and 49 deletions
+5
View File
@@ -0,0 +1,5 @@
package corrosion
type Service interface {
Start() error
}