Skip to content

Instantly share code, notes, and snippets.

@alokomkar
Created December 5, 2022 10:29
Show Gist options
  • Save alokomkar/84f8eabcdbde39fdb6297c122236d214 to your computer and use it in GitHub Desktop.
Save alokomkar/84f8eabcdbde39fdb6297c122236d214 to your computer and use it in GitHub Desktop.
ServiceAction
enum class ServiceAction(val value: String) {
START_ACTION("start"),
STOP_ACTION("stop")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment