type V2DeprecationEnum … const V2_DEPR_0_NOT_YET … const V2_DEPR_1_WRITE_ONLY … const V2_DEPR_1_WRITE_ONLY_DROP … const V2_DEPR_2_GONE … const V2_DEPR_DEFAULT … func (e V2DeprecationEnum) IsAtLeast(v2d V2DeprecationEnum) bool { … } func (e V2DeprecationEnum) level() int { … }