package
Version:
v0.0.501
Opens a new window with list of versions in this module.
Published: Aug 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EnumDescriptionMetaValue struct {
VarName string `json:"varName"`
Value Enum `json:"value"`
Description string `json:"description"`
}
type EnumMetaValue struct {
VarName string `json:"varName"`
Value Enum `json:"value"`
Description *string `json:"description"`
}
type StringEnum interface {
Enum
String() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.