Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ZodiacSign_name = map[int32]string{ 0: "ZODIAC_SIGN_UNSPECIFIED", 1: "ZODIAC_SIGN_ARIES", 2: "ZODIAC_SIGN_TAURUS", 3: "ZODIAC_SIGN_GEMINI", 4: "ZODIAC_SIGN_CANCER", 5: "ZODIAC_SIGN_LEO", 6: "ZODIAC_SIGN_VIRGO", 7: "ZODIAC_SIGN_LIBRA", 8: "ZODIAC_SIGN_SCORPIO", 9: "ZODIAC_SIGN_SAGITTARIUS", 10: "ZODIAC_SIGN_CAPRICORN", 11: "ZODIAC_SIGN_AQUARIUS", 12: "ZODIAC_SIGN_PISCES", } ZodiacSign_value = map[string]int32{ "ZODIAC_SIGN_UNSPECIFIED": 0, "ZODIAC_SIGN_ARIES": 1, "ZODIAC_SIGN_TAURUS": 2, "ZODIAC_SIGN_GEMINI": 3, "ZODIAC_SIGN_CANCER": 4, "ZODIAC_SIGN_LEO": 5, "ZODIAC_SIGN_VIRGO": 6, "ZODIAC_SIGN_LIBRA": 7, "ZODIAC_SIGN_SCORPIO": 8, "ZODIAC_SIGN_SAGITTARIUS": 9, "ZODIAC_SIGN_CAPRICORN": 10, "ZODIAC_SIGN_AQUARIUS": 11, "ZODIAC_SIGN_PISCES": 12, } )
Enum value maps for ZodiacSign.
View Source
var File_genproto_zodiacsign_v1_zodiacsign_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ZodiacSign ¶
type ZodiacSign int32
const ( ZodiacSign_ZODIAC_SIGN_UNSPECIFIED ZodiacSign = 0 // — ZodiacSign_ZODIAC_SIGN_ARIES ZodiacSign = 1 // Aries. ZodiacSign_ZODIAC_SIGN_TAURUS ZodiacSign = 2 // Taurus. ZodiacSign_ZODIAC_SIGN_GEMINI ZodiacSign = 3 // Gemini. ZodiacSign_ZODIAC_SIGN_CANCER ZodiacSign = 4 // Cancer. ZodiacSign_ZODIAC_SIGN_LEO ZodiacSign = 5 // Leo. ZodiacSign_ZODIAC_SIGN_VIRGO ZodiacSign = 6 // Virgo. ZodiacSign_ZODIAC_SIGN_LIBRA ZodiacSign = 7 // Libra. ZodiacSign_ZODIAC_SIGN_SCORPIO ZodiacSign = 8 // Scorpio. ZodiacSign_ZODIAC_SIGN_SAGITTARIUS ZodiacSign = 9 // Sagittarius. ZodiacSign_ZODIAC_SIGN_CAPRICORN ZodiacSign = 10 // Capricorn. ZodiacSign_ZODIAC_SIGN_AQUARIUS ZodiacSign = 11 // Aquarius. ZodiacSign_ZODIAC_SIGN_PISCES ZodiacSign = 12 // Pisces. )
func (ZodiacSign) Descriptor ¶
func (ZodiacSign) Descriptor() protoreflect.EnumDescriptor
func (ZodiacSign) Enum ¶
func (x ZodiacSign) Enum() *ZodiacSign
func (ZodiacSign) EnumDescriptor
deprecated
func (ZodiacSign) EnumDescriptor() ([]byte, []int)
Deprecated: Use ZodiacSign.Descriptor instead.
func (ZodiacSign) Number ¶
func (x ZodiacSign) Number() protoreflect.EnumNumber
func (ZodiacSign) String ¶
func (x ZodiacSign) String() string
func (ZodiacSign) Type ¶
func (ZodiacSign) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.