Versions in this module Expand all Collapse all v0 v0.4.0 Apr 6, 2025 Changes in this version + var EventTypeChmod = EventType + var EventTypeCreate = EventType + var EventTypeRemove = EventType + var EventTypeRename = EventType + var EventTypeWrite = EventType + var HashAlgMD5 = HashAlg + var HashAlgSHA1 = HashAlg + var HashAlgSHA224 = HashAlg + var HashAlgSHA256 = HashAlg + var HashAlgSHA384 = HashAlg + var HashAlgSHA512 = HashAlg + var HashAlgSHA512_224 = HashAlg + var HashAlgSHA512_256 = HashAlg + func EventTypeNames() []string + func HashAlgNames() []string + type EventType struct + func EventTypeValues() []EventType + func MustEventType(v string) EventType + func ParseEventType(v string) (EventType, error) + func (e *EventType) Scan(value interface{}) error + func (e *EventType) UnmarshalText(text []byte) error + func (e EventType) MarshalText() ([]byte, error) + func (e EventType) String() string + func (e EventType) Value() (driver.Value, error) + type HashAlg struct + func HashAlgValues() []HashAlg + func MustHashAlg(v string) HashAlg + func ParseHashAlg(v string) (HashAlg, error) + func (e *HashAlg) Scan(value interface{}) error + func (e *HashAlg) UnmarshalText(text []byte) error + func (e HashAlg) MarshalText() ([]byte, error) + func (e HashAlg) String() string + func (e HashAlg) Value() (driver.Value, error)