MCPcopy
hub / github.com/chrislusf/glow / FlowContextDriver

Struct FlowContextDriver

driver/context_driver.go:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type FlowContextDriver struct {
59 Option *DriverOption
60
61 stepGroups []*plan.StepGroup
62 taskGroups []*plan.TaskGroup
63}
64
65func NewFlowContextDriver(option *DriverOption) *FlowContextDriver {
66 return &FlowContextDriver{Option: option}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected