package
Version:
v0.4.2-alpha3
Opens a new window with list of versions in this module.
Published: Feb 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
@Author: LinkLeong link@icewhale.com
*@Date: 2022-05-27 15:01:58
*@LastEditors: LinkLeong
*@LastEditTime: 2022-05-31 14:51:21
*@FilePath: /CasaOS/model/notify/application.go
*@Description:
*@Website: https://www.casaos.io
*Copyright (c) 2022 by icewhale, All Rights Reserved.
type Application struct {
Name string `json:"name"`
State string `json:"state"`
Type string `json:"type"`
Icon string `json:"icon"`
Message string `json:"message"`
Finished bool `json:"finished"`
Success bool `json:"success"`
Properties map[string]string `json:"properties"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.