Code formatting
This commit is contained in:
parent
8d87cc12c4
commit
dcecaf6c62
@ -117,7 +117,6 @@ const (
|
|||||||
PRT_ONELINE = 1
|
PRT_ONELINE = 1
|
||||||
PRT_NORESOLVE_USER = 2
|
PRT_NORESOLVE_USER = 2
|
||||||
PRT_TIMESTAMP = 4
|
PRT_TIMESTAMP = 4
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
@ -143,7 +142,7 @@ type event struct {
|
|||||||
// Abstraction of a record
|
// Abstraction of a record
|
||||||
type Record interface {
|
type Record interface {
|
||||||
GetType() uint8
|
GetType() uint8
|
||||||
// Length()
|
//Length()
|
||||||
LoadFromBinary(rdr *bufio.Reader) error
|
LoadFromBinary(rdr *bufio.Reader) error
|
||||||
Print(*os.File, string, int)
|
Print(*os.File, string, int)
|
||||||
}
|
}
|
||||||
@ -211,7 +210,7 @@ type Attribute64 struct {
|
|||||||
*/
|
*/
|
||||||
type ExecArg struct {
|
type ExecArg struct {
|
||||||
Count uint32
|
Count uint32
|
||||||
//Text [AUDIT_MAX_ARGS][]byte
|
//Text [AUDIT_MAX_ARGS][]byte
|
||||||
Text [][]byte
|
Text [][]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user