Documentation ¶
Overview ¶
Expose les utilitaires de déploiement du client ACVE, utilisés pour:
- le téléchargement initial
- les mises à jour automatiques
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogiciel ¶
Types ¶
type OutLogiciel ¶
type OutLogiciel struct { Versions Versions `json:"versions"` WrongPassword bool `json:"wrong_password"` }
func NewOutLogiciel ¶
func NewOutLogiciel(wrongPassword bool) OutLogiciel
type PatchedVersionInfo ¶
type PatchedVersionInfo struct { apiserver.VersionInfos Version string Hash []byte NbFiles int }
func GetUpdateInfos ¶
func GetUpdateInfos(platform string) (PatchedVersionInfo, error)
GetUpdateInfos renvoie les informations de mise à jour
type Versions ¶
type Versions struct { Windows apiserver.VersionInfos `json:"windows"` Darwin apiserver.VersionInfos `json:"darwin"` Linux apiserver.VersionInfos `json:"linux"` }
Click to show internal directories.
Click to hide internal directories.