11 lines
93 B
Go
11 lines
93 B
Go
package agent
|
|
|
|
type (
|
|
Type uint
|
|
Config any
|
|
)
|
|
|
|
const (
|
|
CrmAgentServiceType Type = iota
|
|
)
|