Versions in this module Expand all Collapse all v1 v1.2.0 Dec 21, 2023 v1.1.0 Nov 17, 2023 Changes in this version + type Action struct + func ActionFrom[T ~string](by T, at time.Time) (a Action[T]) + func NewAction[T ~string](by T) (a Action[T]) + func (a Action[T]) At() time.Time + func (a Action[T]) By() T