package
Version:
v4.2.4-rc2
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Store is the interface for storing and listing configs versions
type Version struct {
Id uint64 `json:"Id,omitempty"`
Data interface{} `json:"Data,omitempty"`
Date time.Time
User string
Log string
}
Version is a structure for encapsulating a new version of configs with additional metadata
Source Files
¶
Click to show internal directories.
Click to hide internal directories.