# Functions
New returns a Properties.
# Structs
No description provided by the author
A Bool is an atomic bool value that can be dynamic refreshed.
A Duration is an atomic time.Duration value that can be dynamic refreshed.
A Field represents a refreshable struct field.
A Float32 is an atomic float32 value that can be dynamic refreshed.
A Float64 is an atomic float64 value that can be dynamic refreshed.
An Int32 is an atomic int32 value that can be dynamic refreshed.
An Int64 is an atomic int64 value that can be dynamic refreshed.
No description provided by the author
Properties refreshes registered fields dynamically and concurrently.
A String is an atomic string value that can be dynamic refreshed.
A Time is an atomic time.Time value that can be dynamic refreshed.
An Uint32 is an atomic uint32 value that can be dynamic refreshed.
An Uint64 is an atomic uint64 value that can be dynamic refreshed.
No description provided by the author