Files
test_deploy/internal/services/agent/domain.go
Alex Shevchuk d84487d238 1
2025-08-18 17:12:04 +03:00

11 lines
93 B
Go

package agent
type (
Type uint
Config any
)
const (
CrmAgentServiceType Type = iota
)