Documentation
¶
Index ¶
- type Portal
- func (p *Portal) Copy() lang.Object
- func (p *Portal) Method(name string) lang.Method
- func (p *Portal) Methods() []string
- func (p *Portal) SetVariable(_ string, _ lang.Object) error
- func (p *Portal) String() string
- func (p *Portal) Type() lang.ObjType
- func (p *Portal) TypeString() string
- func (p *Portal) Value() any
- func (p *Portal) Variable(variable string) lang.Object
- func (p *Portal) Variables() []string
- type Spawner
- func (s *Spawner) Copy() lang.Object
- func (s *Spawner) Method(name string) lang.Method
- func (s *Spawner) Methods() []string
- func (s *Spawner) SetVariable(_ string, _ lang.Object) error
- func (s *Spawner) String() string
- func (s *Spawner) Type() lang.ObjType
- func (s *Spawner) TypeString() string
- func (s *Spawner) Value() any
- func (s *Spawner) Variable(variable string) lang.Object
- func (s *Spawner) Variables() []string
- type Thread
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Portal ¶
func (*Portal) TypeString ¶
Click to show internal directories.
Click to hide internal directories.