Skip to content

Commit

Permalink
add exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Feb 11, 2024
1 parent 4afe8a0 commit 33fdeec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/globals/exit.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package globals

const (
ExitGetConfigurationFileathError = 10
ExitLoadConfigError = 20
ExitSavePidError = 30
ExitGotSignal = 40
)

0 comments on commit 33fdeec

Please sign in to comment.