MCPcopy Create free account
hub / github.com/astercloud/aster / RoomStep

Struct RoomStep

pkg/workflow/step.go:101–107  ·  view source on GitHub ↗

===== RoomStep =====

Source from the content-addressed store, hash-verified

99// ===== RoomStep =====
100
101type RoomStep struct {
102 id string
103 name string
104 description string
105 room *core.Room
106 config *StepConfig
107}
108
109func NewRoomStep(name string, room *core.Room) *RoomStep {
110 return &RoomStep{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected