kleinCommand/common/constants.go

5 lines
102 B
Go
Raw Normal View History

2025-07-20 00:47:03 +02:00
package common
const ExampleServiceName = "exampleService"
2025-07-20 18:46:55 +02:00
const ParrotServiceName = "parrotService"