Documentation
¶
Index ¶
- func SetupUserHome(userID string) (map[string]string, error)
- 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) GetUserHomeDir(userID string) (string, error)
- func (m *Manager) IsEnabled() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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) GetUserHomeDir ¶
GetUserHomeDir returns the home directory for a specific user
Click to show internal directories.
Click to hide internal directories.