package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var EventLogIndices = []repos.IndexField{
{
Field: []repos.IndexKey{
{Key: "id", Value: repos.IndexAsc},
},
Unique: true,
},
{
Field: []repos.IndexKey{
{Key: "who.email", Value: repos.IndexAsc},
},
},
{
Field: []repos.IndexKey{
{Key: "who.account_id", Value: repos.IndexAsc},
},
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.