Versions in this module Expand all Collapse all v0 v0.0.3 Sep 11, 2024 Changes in this version + const MaskNone + type Config struct + func (c *Config) Mask() Mask + type Flag uint32 + const AddIncoming + const AddOutgoing + const BogusSettle + const Commit + const ExitSettle + const FailIncoming + const FailOutgoing + const SettleIncoming + const SettleOutgoing + func (f Flag) Mask() Mask + func (f Flag) String() string + func (f Flag) Warning() string + type Mask uint32 + func MaskFromFlags(_ ...Flag) Mask + func (m Mask) Active(_ Flag) bool + func (m Mask) String() string