1
This commit is contained in:
10
internal/services/distributor/domain.go
Normal file
10
internal/services/distributor/domain.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package distributor
|
||||
|
||||
type (
|
||||
Type uint
|
||||
Config any
|
||||
)
|
||||
|
||||
const (
|
||||
CrmDistributorServiceType Type = iota
|
||||
)
|
Reference in New Issue
Block a user