models

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name      string    `json:"name"`
	Version   string    `json:"version"`
	Timestamp time.Time `json:"timestamp"`
	ConfigMd5 string    `json:"configMd5"`
}

type ApplicationFailLog

type ApplicationFailLog struct {
	Failures []Failure `json:"failures"`
}

type Failure

type Failure struct {
	App   App
	Count int32 `json:"count"`
}

type InstalledState

type InstalledState struct {
	AppLog []App `json:"appLog"`
}

type TaskStatus

type TaskStatus struct {
	ConfigChanged bool `json:"configChanged"`
	Installed     bool `json:"installed"`
}

Jump to

Keyboard shortcuts

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