11 lines
105 B
Go
11 lines
105 B
Go
package distributor
|
|
|
|
type (
|
|
Type uint
|
|
Config any
|
|
)
|
|
|
|
const (
|
|
CrmDistributorServiceType Type = iota
|
|
)
|