Documentation
¶
Overview ¶
Copyright (c) 2025 Nexlayer. All rights reserved.n// Use of this source code is governed by an MIT-stylen// license that can be found in the LICENSE file.nn
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemInfo ¶
type SystemInfo struct {
OS string `json:"os"`
OSVersion string `json:"os_version"`
Architecture string `json:"architecture"`
IDE string `json:"ide"`
AIModel string `json:"ai_model"`
DeploymentURL string `json:"deployment_url"`
Timestamp time.Time `json:"timestamp"`
}
SystemInfo holds information about the user's system and deployment
func GetSystemInfo ¶
func GetSystemInfo() *SystemInfo
GetSystemInfo gathers information about the user's system
func (*SystemInfo) FormatFeedback ¶
func (si *SystemInfo) FormatFeedback(deploymentName string) string
FormatFeedback formats system info into a feedback message
Click to show internal directories.
Click to hide internal directories.