1 2 3 4 5
// Sealed interface -- use one of {{ variant_names }}. type {{ go_enum_name }} interface { is{{ go_enum_name }}() Type() string }