Documentation
¶
Index ¶
- type Manager
- func (m *Manager) EnsureUserClaudeDir(userID string) (string, error)
- func (m *Manager) EnsureUserHomeDir(userID string) (string, error)
- func (m *Manager) GetUserClaudeDir(userID string) (string, error)
- func (m *Manager) GetUserEnvironment(userID string, baseEnv []string) ([]string, error)
- func (m *Manager) GetUserHomeDir(userID string) (string, error)
- func (m *Manager) IsEnabled() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles user-specific directory operations
func NewManager ¶
NewManager creates a new user directory manager
func (*Manager) EnsureUserClaudeDir ¶
EnsureUserClaudeDir creates the user Claude directory if it doesn't exist
func (*Manager) EnsureUserHomeDir ¶
EnsureUserHomeDir creates the user home directory if it doesn't exist
func (*Manager) GetUserClaudeDir ¶
GetUserClaudeDir returns the Claude directory for a specific user
func (*Manager) GetUserEnvironment ¶ added in v1.23.0
GetUserEnvironment returns environment variables with user-specific CLAUDE_DIR set
func (*Manager) GetUserHomeDir ¶
GetUserHomeDir returns the home directory for a specific user
Click to show internal directories.
Click to hide internal directories.