audit

package
v0.0.0-...-782667f Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AUDIT_INSERT_QUERY = "" /* 238-byte string literal not displayed */

)

Variables

This section is empty.

Functions

func Get

func Get(query string) (audit.EventList, int64)

func GetMemberList

func GetMemberList(query string) ([]string, int64)

func Insert

func Insert(items []audit.Event)

Types

type Claim

type Claim struct {
	Id        string `json:"id"`
	Namespace string `json:"namespace"`
	Body      string `json:"body"`
}

type ClaimListResponse

type ClaimListResponse struct {
	Claims    []Claim `json:"claimList"`
	RowsCount int64   `json:"rowsCount"`
}

func GetByJson

func GetByJson(jquery string) ClaimListResponse

Jump to

Keyboard shortcuts

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