package
3.6.1
Repository: https://github.com/tobischo/gokeepasslib.git
Documentation: pkg.go.dev

# Functions

NewBoolWrapper initializes a wrapper type around a bool value which holds the given value.
NewNullableBoolWrapper initializes a new NewNullableBoolWrapper with the given value and valid `true`.
Now returns a TimeWrapper instance with the current time in UTC.
No description provided by the author
No description provided by the author

# Variables

ErrYearOutsideOfRange is the error returned when the year is outside 0 and 9999.

# Structs

BoolWrapper is a bool wrapper that provides xml marshaling and unmarshaling.
NullableBoolWrapper is a bool wrapper that provides xml un-/marshalling and additionally allows "null" as value.
TimeWrapper is a time.Time wrapper that provides xml marshaling and unmarshaling.

# Type aliases

No description provided by the author