Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + type CreateSessionOptions struct + NamePattern string + PullTrunk bool + Ref string + type Executor struct + func NewExecutor(eng engine.Engine, out output.Output) *Executor + func (e *Executor) CreateSession(ctx context.Context, opts CreateSessionOptions) (*Session, error) + type Session struct + Engine engine.Engine + Path string + func (s *Session) Close() + func (s *Session) GetCurrentRevision(ctx context.Context) (string, error) + func (s *Session) ResetToRef(ctx context.Context, ref string) error + func (s *Session) ResetToTrunk(ctx context.Context) error