sysinfo

package
v0.1.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2025 License: MIT Imports: 5 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL