You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Currently marking targets as optionals is not possible. The resulting struct will contain basic/composed type regardless.
structConfigtype {
Aint`yaml:"a"`
}
Proposed behavior
Providing an interface to user to let specify which targets can be optional. Then, implement additional types based on contains the value as a field, and also contains the state of value in another field, named IsSet.