Lines Matching refs:Days
68 type Days int32 type
71 Days_MONDAY Days = 1
72 Days_TUESDAY Days = 2
73 Days_LUNDI Days = 1
88 func (x Days) Enum() *Days {
89 p := new(Days)
94 func (x Days) String() string {
98 func (x *Days) UnmarshalJSON(data []byte) error {
103 *x = Days(value)
107 func (Days) EnumDescriptor() ([]byte, []int) {
779 Today Days `protobuf:"varint,10,opt,name=today,enum=my.test.Days,oneof"`
860 func (m *Communique) GetToday() Days {