Update constants as enums to reflect GA design (#4750)

* Update constants as enums to reflect GA design

* revise
This commit is contained in:
Joel Hendrix 2022-08-30 09:46:44 -07:00 коммит произвёл GitHub
Родитель 16f6fc134f
Коммит 2c8747a7df
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -72,8 +72,6 @@ TODO
{% include requirement/MUST id="golang-enum-type-values" %} define a function named `<EnumTypeName>Values()` that returns a slice containing all possible values for the enumeration.
{% include requirement/MUST id="golang-enum-type-values" %} define a method named `ToPtr()` on the enumerated type that returns a pointer to the enum value.
```go
// WidgetColor specifies a Widget's color from the list of possible values.
type WidgetColor string