package domain type ValidString struct { Value string Valid bool } type ValidBool struct { Value bool Valid bool }