Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct {
AgentsStatus func() (agents.State, error)
Authenticated func() (bool, error)
Configure func() error
Configured func() (bool, error)
Install func() error
Installed func() bool
ListSessions func() []*claudecode.Session
ListSubdirs func(dir string) ([]string, error)
SessionLastMessage func(id string) string
SessionQR func(id string) ([]byte, error)
SlugForPrompt func(prompt string) string
StartLogin func() (Login, error)
StartSession func(name, dir, prompt string) (*claudecode.Session, error)
StopSession func(id string) error
}
func DefaultDeps ¶
func DefaultDeps() Deps
Click to show internal directories.
Click to hide internal directories.