pcpg

package
v0.0.0-...-8ac2a7b Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddNewPc

func AddNewPc(pc *models.Computer) error

Добавляем запись нового пк в таблицу

func ChangeStatus

func ChangeStatus(id, status string) (string, error)

Изменяем статус ПК в таблице и возвращаем lip

func DeletePcById

func DeletePcById(id string) error

Удаялем ПК из таблицы по ID

func GetAllIp

func GetAllIp() ([]string, error)

Получаем все LIP адреса всез ПК

func GetIpByID

func GetIpByID(id string) (string, error)

Получаем ПК по ID из таблицы (LIP)

func GetPcCountAndOn

func GetPcCountAndOn() (error, int64, int64)

Получаем количество ПК и количество включенных ПК

func GetPcData

func GetPcData(lip string) (models.Computer, error)

Получаем данный по lip

func GetPcDataId

func GetPcDataId(id string) (models.Computer, error)

Получаем данный ПК по ID из таблицы

func UpdateComputerStatus

func UpdateComputerStatus(ip string, status bool) error

Изменяем статус ПК

func UpdatePcById

func UpdatePcById(id uint64, updatedPc *models.Computer) error

Обнавляем данный ПК в таблице по ID

Types

type IP

type IP struct {
	LIP string `json:"lip"`
}

Jump to

Keyboard shortcuts

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