Documentation
¶
Index ¶
- type AgentAdapter
- type ClaudeAdapter
- func (a *ClaudeAdapter) DeleteSession(s session.Session) error
- func (a *ClaudeAdapter) Discover() ([]session.Session, error)
- func (a *ClaudeAdapter) IsInstalled() bool
- func (a *ClaudeAdapter) Name() string
- func (a *ClaudeAdapter) NewCommand(opts NewSessionOptions) *exec.Cmd
- func (a *ClaudeAdapter) ResumeCommand(s session.Session) *exec.Cmd
- type NewSessionOptions
- type OpenCodeAdapter
- func (a *OpenCodeAdapter) DeleteSession(s session.Session) error
- func (a *OpenCodeAdapter) Discover() ([]session.Session, error)
- func (a *OpenCodeAdapter) IsInstalled() bool
- func (a *OpenCodeAdapter) Name() string
- func (a *OpenCodeAdapter) NewCommand(opts NewSessionOptions) *exec.Cmd
- func (a *OpenCodeAdapter) ResumeCommand(s session.Session) *exec.Cmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentAdapter ¶
type ClaudeAdapter ¶
type ClaudeAdapter struct {
// contains filtered or unexported fields
}
func NewClaudeAdapter ¶
func NewClaudeAdapter(sessionPath string) *ClaudeAdapter
func (*ClaudeAdapter) DeleteSession ¶
func (a *ClaudeAdapter) DeleteSession(s session.Session) error
func (*ClaudeAdapter) IsInstalled ¶
func (a *ClaudeAdapter) IsInstalled() bool
func (*ClaudeAdapter) Name ¶
func (a *ClaudeAdapter) Name() string
func (*ClaudeAdapter) NewCommand ¶
func (a *ClaudeAdapter) NewCommand(opts NewSessionOptions) *exec.Cmd
func (*ClaudeAdapter) ResumeCommand ¶
func (a *ClaudeAdapter) ResumeCommand(s session.Session) *exec.Cmd
type NewSessionOptions ¶
type OpenCodeAdapter ¶
type OpenCodeAdapter struct {
// contains filtered or unexported fields
}
func NewOpenCodeAdapter ¶
func NewOpenCodeAdapter(sessionPath string) *OpenCodeAdapter
func (*OpenCodeAdapter) DeleteSession ¶
func (a *OpenCodeAdapter) DeleteSession(s session.Session) error
func (*OpenCodeAdapter) IsInstalled ¶
func (a *OpenCodeAdapter) IsInstalled() bool
func (*OpenCodeAdapter) Name ¶
func (a *OpenCodeAdapter) Name() string
func (*OpenCodeAdapter) NewCommand ¶
func (a *OpenCodeAdapter) NewCommand(opts NewSessionOptions) *exec.Cmd
func (*OpenCodeAdapter) ResumeCommand ¶
func (a *OpenCodeAdapter) ResumeCommand(s session.Session) *exec.Cmd
Click to show internal directories.
Click to hide internal directories.