Documentation ¶
Index ¶
Constants ¶
View Source
const ( Action = "action" Audit = "audit" DebugLevel = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionLogValue ¶
type ActionLogValue string
Action type represents all possible value of 'action' log field. For more details see https://github.com/redhat-appstudio/book/blob/main/ADR/0006-log-conventions.md
const ( ActionView ActionLogValue = "VIEW" ActionAdd ActionLogValue = "ADD" ActionUpdate ActionLogValue = "UPDATE" ActionDelete ActionLogValue = "DELETE" )
Click to show internal directories.
Click to hide internal directories.