Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcreteExecution ¶
ConcreteExecution is a concrete execution.
func (ConcreteExecution) Clone ¶
func (ConcreteExecution) Clone() Entity
Clone will return a new copy of ConcreteExecution
func (*ConcreteExecution) Validate ¶
func (ce *ConcreteExecution) Validate() error
Validate returns an error if ConcreteExecution is not valid, nil otherwise.
type CurrentExecution ¶
CurrentExecution is a current execution.
func (CurrentExecution) Clone ¶
func (CurrentExecution) Clone() Entity
Clone will return a new copy of CurrentExecution
func (*CurrentExecution) Validate ¶
func (curre *CurrentExecution) Validate() error
Validate returns an error if CurrentExecution is not valid, nil otherwise.
Click to show internal directories.
Click to hide internal directories.