Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
ID QueryID
Type EntryType
URL string
Referer string
Timestamp time.Time
AppName string
StartTime time.Time
EndTime time.Time
Profiles []string
UserID string
UserEmail string
OrganizationName string
}
func (*Entry) PopulateFromRequest ¶
type MemStoreManager ¶
type MemStoreManager struct {
// contains filtered or unexported fields
}
func NewMemStoreManager ¶
func NewMemStoreManager() *MemStoreManager
type NoopManager ¶
type NoopManager struct{}
Click to show internal directories.
Click to hide internal directories.