audit

package
v1.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatedAuditInfo

type CreatedAuditInfo struct {
	At        *time.ISODatetime `json:"created_at,omitempty"`
	Principal *Principal        `json:"created_by,omitempty"`
}

type LastModifiedAuditInfo

type LastModifiedAuditInfo struct {
	At        *time.ISODatetime `json:"last_modified_at,omitempty"`
	Principal *Principal        `json:"last_modified_by,omitempty"`
}

type Principal

type Principal struct {
	Id       string `json:"id,omitempty"`
	Name     string `json:"name,omitempty"`
	Username string `json:"username,omitempty"`
}

Jump to

Keyboard shortcuts

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