Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffCache ¶
type DiffCache struct {
Deleted map[string]flag.Flag `json:"deleted"`
Added map[string]flag.Flag `json:"added"`
Updated map[string]DiffUpdated `json:"updated"`
}
DiffCache contains the changes made in the cache, to be able to notify the user that something has changed (logs, webhook ...)
type DiffUpdated ¶
Click to show internal directories.
Click to hide internal directories.