Documentation
¶
Overview ¶
Code generated by enum generator; DO NOT EDIT.
Code generated by enum generator; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( EventTypeChmod = EventType{/* contains filtered or unexported fields */} EventTypeCreate = EventType{/* contains filtered or unexported fields */} EventTypeRemove = EventType{/* contains filtered or unexported fields */} EventTypeRename = EventType{/* contains filtered or unexported fields */} EventTypeWrite = EventType{/* contains filtered or unexported fields */} )
Public constants for eventType values
var ( HashAlgMD5 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA1 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA224 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA256 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA384 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA512 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA512_224 = HashAlg{/* contains filtered or unexported fields */} HashAlgSHA512_256 = HashAlg{/* contains filtered or unexported fields */} )
Public constants for hashAlg values
Functions ¶
Types ¶
type EventType ¶
type EventType struct {
// contains filtered or unexported fields
}
EventType is the exported type for the enum
func EventTypeValues ¶
func EventTypeValues() []EventType
EventTypeValues returns all possible enum values
func MustEventType ¶
MustEventType is like ParseEventType but panics if string is invalid
func ParseEventType ¶
ParseEventType converts string to eventType enum value
func (EventType) MarshalText ¶
MarshalText implements encoding.TextMarshaler
func (*EventType) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler
type HashAlg ¶
type HashAlg struct {
// contains filtered or unexported fields
}
HashAlg is the exported type for the enum
func MustHashAlg ¶
MustHashAlg is like ParseHashAlg but panics if string is invalid
func ParseHashAlg ¶
ParseHashAlg converts string to hashAlg enum value
func (HashAlg) MarshalText ¶
MarshalText implements encoding.TextMarshaler
func (*HashAlg) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler