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

Method CreateSession

pkg/workflow/engine.go:118–118  ·  view source on GitHub ↗
(ctx context.Context, workflowID string)

Source from the content-addressed store, hash-verified

116// SessionManager 会话管理器接口
117type SessionManager interface {
118 CreateSession(ctx context.Context, workflowID string) (*session.Session, error)
119 GetSession(sessionID string) (*session.Session, error)
120 CloseSession(sessionID string) error
121}

Callers 1

createExecutionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected