The highest tagged major version is
v2.
package
Version:
v0.0.0-...-d8a4e70
Opens a new window with list of versions in this module.
Published: Dec 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meta struct {
Version Version `json:",omitempty"`
CreatedAt time.Time `json:",omitempty"`
UpdatedAt time.Time `json:",omitempty"`
}
Meta is a base object inherited by most of the other once.
type Version struct {
Index uint64 `json:",omitempty"`
}
Version represents the internal object version.
String implements fmt.Stringer interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.