package ultraviolet type Value interface { Start() error Stop() error Value() any Invalidate() bool }