Initial commit (code only without large binaries)
This commit is contained in:
7
EdgeAPI/internal/installers/env.go
Normal file
7
EdgeAPI/internal/installers/env.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package installers
|
||||
|
||||
type Env struct {
|
||||
OS string
|
||||
Arch string
|
||||
HelperPath string
|
||||
}
|
||||
Reference in New Issue
Block a user