Versions in this module Expand all Collapse all v0 v0.0.2 Jun 13, 2024 v0.0.1 Jun 13, 2024 Changes in this version + var DateTime_Precision_name = map[int32]string + var DateTime_Precision_value = map[string]int32 + var Date_Precision_name = map[int32]string + var Date_Precision_value = map[string]int32 + var File_protos_cql_result_proto protoreflect.FileDescriptor + var Time_Precision_name = map[int32]string + var Time_Precision_value = map[string]int32 + type Code struct + Code *string + Display *string + System *string + Version *string + func (*Code) Descriptor() ([]byte, []int) + func (*Code) ProtoMessage() + func (x *Code) GetCode() string + func (x *Code) GetDisplay() string + func (x *Code) GetSystem() string + func (x *Code) GetVersion() string + func (x *Code) ProtoReflect() protoreflect.Message + func (x *Code) Reset() + func (x *Code) String() string + type CodeSystem struct + Id *string + Version *string + func (*CodeSystem) Descriptor() ([]byte, []int) + func (*CodeSystem) ProtoMessage() + func (x *CodeSystem) GetId() string + func (x *CodeSystem) GetVersion() string + func (x *CodeSystem) ProtoReflect() protoreflect.Message + func (x *CodeSystem) Reset() + func (x *CodeSystem) String() string + type Concept struct + Codes []*Code + Display *string + func (*Concept) Descriptor() ([]byte, []int) + func (*Concept) ProtoMessage() + func (x *Concept) GetCodes() []*Code + func (x *Concept) GetDisplay() string + func (x *Concept) ProtoReflect() protoreflect.Message + func (x *Concept) Reset() + func (x *Concept) String() string + type Date struct + Date *date.Date + Precision *Date_Precision + func (*Date) Descriptor() ([]byte, []int) + func (*Date) ProtoMessage() + func (x *Date) GetDate() *date.Date + func (x *Date) GetPrecision() Date_Precision + func (x *Date) ProtoReflect() protoreflect.Message + func (x *Date) Reset() + func (x *Date) String() string + type DateTime struct + Date *timestamppb.Timestamp + Precision *DateTime_Precision + func (*DateTime) Descriptor() ([]byte, []int) + func (*DateTime) ProtoMessage() + func (x *DateTime) GetDate() *timestamppb.Timestamp + func (x *DateTime) GetPrecision() DateTime_Precision + func (x *DateTime) ProtoReflect() protoreflect.Message + func (x *DateTime) Reset() + func (x *DateTime) String() string + type DateTime_Precision int32 + const DateTime_PRECISION_DAY + const DateTime_PRECISION_HOUR + const DateTime_PRECISION_MILLISECOND + const DateTime_PRECISION_MINUTE + const DateTime_PRECISION_MONTH + const DateTime_PRECISION_SECOND + const DateTime_PRECISION_UNSPECIFIED + const DateTime_PRECISION_YEAR + func (DateTime_Precision) Descriptor() protoreflect.EnumDescriptor + func (DateTime_Precision) EnumDescriptor() ([]byte, []int) + func (DateTime_Precision) Type() protoreflect.EnumType + func (x DateTime_Precision) Enum() *DateTime_Precision + func (x DateTime_Precision) Number() protoreflect.EnumNumber + func (x DateTime_Precision) String() string + type Date_Precision int32 + const Date_PRECISION_DAY + const Date_PRECISION_MONTH + const Date_PRECISION_UNSPECIFIED + const Date_PRECISION_YEAR + func (Date_Precision) Descriptor() protoreflect.EnumDescriptor + func (Date_Precision) EnumDescriptor() ([]byte, []int) + func (Date_Precision) Type() protoreflect.EnumType + func (x Date_Precision) Enum() *Date_Precision + func (x Date_Precision) Number() protoreflect.EnumNumber + func (x Date_Precision) String() string + type Interval struct + High *Value + HighInclusive *bool + Low *Value + LowInclusive *bool + StaticType *cql_types_go_proto.IntervalType + func (*Interval) Descriptor() ([]byte, []int) + func (*Interval) ProtoMessage() + func (x *Interval) GetHigh() *Value + func (x *Interval) GetHighInclusive() bool + func (x *Interval) GetLow() *Value + func (x *Interval) GetLowInclusive() bool + func (x *Interval) GetStaticType() *cql_types_go_proto.IntervalType + func (x *Interval) ProtoReflect() protoreflect.Message + func (x *Interval) Reset() + func (x *Interval) String() string + type Libraries struct + Libraries []*Library + func (*Libraries) Descriptor() ([]byte, []int) + func (*Libraries) ProtoMessage() + func (x *Libraries) GetLibraries() []*Library + func (x *Libraries) ProtoReflect() protoreflect.Message + func (x *Libraries) Reset() + func (x *Libraries) String() string + type Library struct + ExprDefs map[string]*Value + Name *string + Version *string + func (*Library) Descriptor() ([]byte, []int) + func (*Library) ProtoMessage() + func (x *Library) GetExprDefs() map[string]*Value + func (x *Library) GetName() string + func (x *Library) GetVersion() string + func (x *Library) ProtoReflect() protoreflect.Message + func (x *Library) Reset() + func (x *Library) String() string + type List struct + StaticType *cql_types_go_proto.ListType + Value []*Value + func (*List) Descriptor() ([]byte, []int) + func (*List) ProtoMessage() + func (x *List) GetStaticType() *cql_types_go_proto.ListType + func (x *List) GetValue() []*Value + func (x *List) ProtoReflect() protoreflect.Message + func (x *List) Reset() + func (x *List) String() string + type Named struct + RuntimeType *cql_types_go_proto.NamedType + Value *anypb.Any + func (*Named) Descriptor() ([]byte, []int) + func (*Named) ProtoMessage() + func (x *Named) GetRuntimeType() *cql_types_go_proto.NamedType + func (x *Named) GetValue() *anypb.Any + func (x *Named) ProtoReflect() protoreflect.Message + func (x *Named) Reset() + func (x *Named) String() string + type Quantity struct + Unit *string + Value *float64 + func (*Quantity) Descriptor() ([]byte, []int) + func (*Quantity) ProtoMessage() + func (x *Quantity) GetUnit() string + func (x *Quantity) GetValue() float64 + func (x *Quantity) ProtoReflect() protoreflect.Message + func (x *Quantity) Reset() + func (x *Quantity) String() string + type Ratio struct + Denominator *Quantity + Numerator *Quantity + func (*Ratio) Descriptor() ([]byte, []int) + func (*Ratio) ProtoMessage() + func (x *Ratio) GetDenominator() *Quantity + func (x *Ratio) GetNumerator() *Quantity + func (x *Ratio) ProtoReflect() protoreflect.Message + func (x *Ratio) Reset() + func (x *Ratio) String() string + type Time struct + Date *timeofday.TimeOfDay + Precision *Time_Precision + func (*Time) Descriptor() ([]byte, []int) + func (*Time) ProtoMessage() + func (x *Time) GetDate() *timeofday.TimeOfDay + func (x *Time) GetPrecision() Time_Precision + func (x *Time) ProtoReflect() protoreflect.Message + func (x *Time) Reset() + func (x *Time) String() string + type Time_Precision int32 + const Time_PRECISION_HOUR + const Time_PRECISION_MILLISECOND + const Time_PRECISION_MINUTE + const Time_PRECISION_SECOND + const Time_PRECISION_UNSPECIFIED + func (Time_Precision) Descriptor() protoreflect.EnumDescriptor + func (Time_Precision) EnumDescriptor() ([]byte, []int) + func (Time_Precision) Type() protoreflect.EnumType + func (x Time_Precision) Enum() *Time_Precision + func (x Time_Precision) Number() protoreflect.EnumNumber + func (x Time_Precision) String() string + type Tuple struct + RuntimeType isTuple_RuntimeType + Value map[string]*Value + func (*Tuple) Descriptor() ([]byte, []int) + func (*Tuple) ProtoMessage() + func (m *Tuple) GetRuntimeType() isTuple_RuntimeType + func (x *Tuple) GetNamedType() *cql_types_go_proto.NamedType + func (x *Tuple) GetTupleType() *cql_types_go_proto.TupleType + func (x *Tuple) GetValue() map[string]*Value + func (x *Tuple) ProtoReflect() protoreflect.Message + func (x *Tuple) Reset() + func (x *Tuple) String() string + type Tuple_NamedType struct + NamedType *cql_types_go_proto.NamedType + type Tuple_TupleType struct + TupleType *cql_types_go_proto.TupleType + type Value struct + Value isValue_Value + func (*Value) Descriptor() ([]byte, []int) + func (*Value) ProtoMessage() + func (m *Value) GetValue() isValue_Value + func (x *Value) GetBooleanValue() bool + func (x *Value) GetCodeSystemValue() *CodeSystem + func (x *Value) GetCodeValue() *Code + func (x *Value) GetConceptValue() *Concept + func (x *Value) GetDateTimeValue() *DateTime + func (x *Value) GetDateValue() *Date + func (x *Value) GetDecimalValue() float64 + func (x *Value) GetIntegerValue() int32 + func (x *Value) GetIntervalValue() *Interval + func (x *Value) GetListValue() *List + func (x *Value) GetLongValue() int64 + func (x *Value) GetNamedValue() *Named + func (x *Value) GetQuantityValue() *Quantity + func (x *Value) GetRatioValue() *Ratio + func (x *Value) GetStringValue() string + func (x *Value) GetTimeValue() *Time + func (x *Value) GetTupleValue() *Tuple + func (x *Value) GetValueSetValue() *ValueSet + func (x *Value) ProtoReflect() protoreflect.Message + func (x *Value) Reset() + func (x *Value) String() string + type ValueSet struct + CodeSystems []*CodeSystem + Id *string + Version *string + func (*ValueSet) Descriptor() ([]byte, []int) + func (*ValueSet) ProtoMessage() + func (x *ValueSet) GetCodeSystems() []*CodeSystem + func (x *ValueSet) GetId() string + func (x *ValueSet) GetVersion() string + func (x *ValueSet) ProtoReflect() protoreflect.Message + func (x *ValueSet) Reset() + func (x *ValueSet) String() string + type Value_BooleanValue struct + BooleanValue bool + type Value_CodeSystemValue struct + CodeSystemValue *CodeSystem + type Value_CodeValue struct + CodeValue *Code + type Value_ConceptValue struct + ConceptValue *Concept + type Value_DateTimeValue struct + DateTimeValue *DateTime + type Value_DateValue struct + DateValue *Date + type Value_DecimalValue struct + DecimalValue float64 + type Value_IntegerValue struct + IntegerValue int32 + type Value_IntervalValue struct + IntervalValue *Interval + type Value_ListValue struct + ListValue *List + type Value_LongValue struct + LongValue int64 + type Value_NamedValue struct + NamedValue *Named + type Value_QuantityValue struct + QuantityValue *Quantity + type Value_RatioValue struct + RatioValue *Ratio + type Value_StringValue struct + StringValue string + type Value_TimeValue struct + TimeValue *Time + type Value_TupleValue struct + TupleValue *Tuple + type Value_ValueSetValue struct + ValueSetValue *ValueSet