Documentation
¶
Index ¶
- Variables
- type Variation
- func (it Variation) AsBasicByteEnumContractsBinder() coreinterface.BasicByteEnumContractsBinder
- func (it *Variation) AsBasicEnumContractsBinder() coreinterface.BasicEnumContractsBinder
- func (it Variation) IsAndroid() bool
- func (it Variation) IsAnyOf(checkingItems ...byte) bool
- func (it Variation) IsCentos() bool
- func (it Variation) IsCentos7() bool
- func (it Variation) IsCentos8() bool
- func (it Variation) IsCentos9() bool
- func (it Variation) IsDebianDesktop() bool
- func (it Variation) IsDebianServer() bool
- func (it Variation) IsDocker() bool
- func (it Variation) IsDockerCentos9() bool
- func (it Variation) IsDockerUbuntuServer() bool
- func (it Variation) IsDockerUbuntuServer20() bool
- func (it Variation) IsDockerUbuntuServer21() bool
- func (it Variation) IsUbuntuDesktop() bool
- func (it Variation) IsUbuntuServer() bool
- func (it Variation) IsUbuntuServer18() bool
- func (it Variation) IsUbuntuServer19() bool
- func (it Variation) IsUbuntuServer20() bool
- func (it Variation) IsUbuntuServer21() bool
- func (it Variation) IsUnknown() bool
- func (it Variation) MarshalJSON() ([]byte, error)
- func (it Variation) MaxByte() byte
- func (it Variation) MinByte() byte
- func (it Variation) Name() string
- func (it Variation) NameValue() string
- func (it Variation) RangeNamesCsv() string
- func (it Variation) RangesByte() []byte
- func (it Variation) String() string
- func (it Variation) ToNumberString() string
- func (it Variation) TypeName() string
- func (it *Variation) UnmarshalJSON(data []byte) error
- func (it *Variation) UnmarshallEnumToValue(jsonUnmarshallingValue []byte) (byte, error)
- func (it Variation) Value() byte
- func (it Variation) ValueByte() byte
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ranges = [...]string{ Unknown: "Unknown", UbuntuServer: "UbuntuServer", UbuntuServer18: "UbuntuServer18", UbuntuServer19: "UbuntuServer19", UbuntuServer20: "UbuntuServer20", UbuntuServer21: "UbuntuServer21", UbuntuServer22: "UbuntuServer22", UbuntuServer23: "UbuntuServer23", Centos: "Centos", Centos7: "Centos7", Centos8: "Centos8", Centos9: "Centos9", Centos10: "Centos10", Centos11: "Centos11", Centos12: "Centos12", CentosStream: "CentosStream", DebianServer: "DebianServer", DebianServer7: "DebianServer7", DebianServer8: "DebianServer8", DebianServer9: "DebianServer9", DebianServer10: "DebianServer10", DebianServer11: "DebianServer11", DebianServer12: "DebianServer12", DebianServer13: "DebianServer13", DebianServer14: "DebianServer14", DebianDesktop: "DebianDesktop", Docker: "Docker", DockerUbuntuServer: "DockerUbuntuServer", DockerUbuntuServer18: "DockerUbuntuServer18", DockerUbuntuServer19: "DockerUbuntuServer19", DockerUbuntuServer20: "DockerUbuntuServer20", DockerUbuntuServer21: "DockerUbuntuServer21", DockerUbuntuServer22: "DockerUbuntuServer22", DockerCentos7: "DockerCentos7", DockerCentos8: "DockerCentos8", DockerCentos9: "DockerCentos9", DockerCentos10: "DockerCentos10", Android: "Android", UbuntuDesktop: "UbuntuDesktop", } BasicEnumImpl = enumimpl.NewBasicByteUsingIndexedSlice( reflectinternal.TypeName(Unknown), Ranges[:]) )
Functions ¶
This section is empty.
Types ¶
type Variation ¶
type Variation byte
const ( Unknown Variation = iota UbuntuServer UbuntuServer18 UbuntuServer19 UbuntuServer20 UbuntuServer21 UbuntuServer22 UbuntuServer23 Centos Centos7 Centos8 Centos9 Centos10 Centos11 Centos12 CentosStream DebianServer DebianServer7 DebianServer8 DebianServer9 DebianServer10 DebianServer11 DebianServer12 DebianServer13 DebianServer14 DebianDesktop Docker DockerUbuntuServer DockerUbuntuServer18 DockerUbuntuServer19 DockerUbuntuServer20 DockerUbuntuServer21 DockerUbuntuServer22 DockerCentos7 DockerCentos8 DockerCentos9 DockerCentos10 Android UbuntuDesktop )
func (Variation) AsBasicByteEnumContractsBinder ¶
func (it Variation) AsBasicByteEnumContractsBinder() coreinterface.BasicByteEnumContractsBinder
func (*Variation) AsBasicEnumContractsBinder ¶
func (it *Variation) AsBasicEnumContractsBinder() coreinterface.BasicEnumContractsBinder
func (Variation) IsDebianDesktop ¶
func (Variation) IsDebianServer ¶
func (Variation) IsDockerCentos9 ¶
func (Variation) IsDockerUbuntuServer ¶
func (Variation) IsDockerUbuntuServer20 ¶
func (Variation) IsDockerUbuntuServer21 ¶
func (Variation) IsUbuntuDesktop ¶
func (Variation) IsUbuntuServer ¶
func (Variation) IsUbuntuServer18 ¶
func (Variation) IsUbuntuServer19 ¶
func (Variation) IsUbuntuServer20 ¶
func (Variation) IsUbuntuServer21 ¶
func (Variation) MarshalJSON ¶
func (Variation) RangeNamesCsv ¶ added in v0.8.0
func (Variation) RangesByte ¶
func (Variation) ToNumberString ¶
func (*Variation) UnmarshalJSON ¶
func (*Variation) UnmarshallEnumToValue ¶
Click to show internal directories.
Click to hide internal directories.