sessions

package
v0.0.0-...-4ef8731 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 (s *InMemorySessionManager) CompleteStepInSession(sessionId string, stepId string, now time.Time) error

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL