Documentation ¶
Index ¶
Constants ¶
View Source
const ( NORMAL modelState = iota STUCK TERMINATED )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
func NewActionFromString ¶
type Model ¶
type Model struct { SemanticModel // contains filtered or unexported fields }
func MakeModel ¶
func MakeModel(semanticModel SemanticModel) Model
func MakeModelWithLogger ¶
func MakeModelWithLogger(semanticModel SemanticModel, logger *zap.Logger) Model
func (*Model) AcceptTrace ¶
Click to show internal directories.
Click to hide internal directories.