storage

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2020 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditStorage

type AuditStorage interface {
	Query(param *QueryParameter) ([]*types.Event, int, error)
	Save([]*types.Event) error
	// list option values for field
	FieldValues() map[string][]string
}

type QueryParameter

type QueryParameter struct {
	Offset      int
	Size        int
	ClusterName string
	Namespace   string
	Resource    string
	Name        string
	StartTime   int64
	EndTime     int64
	UserName    string
	Query       string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL