iactor.go 112 B

1234567
  1. package types
  2. // IActor -- интерфейс актора
  3. type IActor interface {
  4. IElemBase
  5. IUseGroupLink
  6. }