Skip to content

Commit 329c372

Browse files
author
Gabriel Monroy
committed
fix(constant): add new constant package
1 parent 7c2c5db commit 329c372

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

constant/constants.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package constant
2+
3+
const (
4+
UnitsDir = "/var/lib/deis/units/"
5+
HooksDir = "/var/lib/deis/hooks/"
6+
Version = "/etc/deis-version"
7+
MachineId = "/etc/machine-id"
8+
)

0 commit comments

Comments
 (0)