Documentation ¶
Index ¶
- type InMemorySessionManager
- func (s *InMemorySessionManager) CompleteStepInSession(sessionId string, stepId string, now time.Time) error
- func (s *InMemorySessionManager) CreateNewSession(runbook model.RunbookRef, err model.Error) (string, error)
- func (s *InMemorySessionManager) GetAllSessions() (result []model.Session, err error)
- func (s *InMemorySessionManager) GetSession(sessionId string) (model.Session, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemorySessionManager ¶
type InMemorySessionManager struct {
// contains filtered or unexported fields
}
func NewInMemorySessionManager ¶
func NewInMemorySessionManager() *InMemorySessionManager
func (*InMemorySessionManager) CompleteStepInSession ¶
func (*InMemorySessionManager) CreateNewSession ¶
func (s *InMemorySessionManager) CreateNewSession(runbook model.RunbookRef, err model.Error) (string, error)
func (*InMemorySessionManager) GetAllSessions ¶
func (s *InMemorySessionManager) GetAllSessions() (result []model.Session, err error)
func (*InMemorySessionManager) GetSession ¶
func (s *InMemorySessionManager) GetSession(sessionId string) (model.Session, error)
Click to show internal directories.
Click to hide internal directories.