| commit | 8aa73e80a629d5047730ff43a204811856f6e33e | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Sat Jul 09 11:34:39 2022 +0400 |
| committer | giolekva <giolekva@gmail.com> | Sat Jul 09 11:34:39 2022 +0400 |
| tree | 78d6755819f5c490d52991a3a5da9eb733d09d21 | |
| parent | b696f19cfb56615cca89bdcf7c97b27e66bb99f5 [diff] [blame] |
installer: clean up codebase * introduce helper soft package to work with SoftServe * move commands to cmd/
diff --git a/core/installer/config.go b/core/installer/config.go index 27bb229..4563f4d 100644 --- a/core/installer/config.go +++ b/core/installer/config.go
@@ -1,4 +1,4 @@ -package main +package installer type Config struct { Values Values `json:"values"`