iactor.go 113 B

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