Versions in this module Expand all Collapse all v0 v0.4.3 Mar 22, 2022 v0.4.2 Feb 8, 2022 Changes in this version + var E_FieldOpts = &proto.ExtensionDesc + var E_MessageOpts = &proto.ExtensionDesc + var TimestampType_name = map[int32]string + var TimestampType_value = map[string]int32 + type FieldOptions struct + IsJson bool + TimestampType TimestampType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FieldOptions) Descriptor() ([]byte, []int) + func (*FieldOptions) ProtoMessage() + func (m *FieldOptions) GetIsJson() bool + func (m *FieldOptions) GetTimestampType() TimestampType + func (m *FieldOptions) Reset() + func (m *FieldOptions) String() string + func (m *FieldOptions) XXX_DiscardUnknown() + func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FieldOptions) XXX_Merge(src proto.Message) + func (m *FieldOptions) XXX_Size() int + func (m *FieldOptions) XXX_Unmarshal(b []byte) error + type MessageOptions struct + TableName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MessageOptions) Descriptor() ([]byte, []int) + func (*MessageOptions) ProtoMessage() + func (m *MessageOptions) GetTableName() string + func (m *MessageOptions) Reset() + func (m *MessageOptions) String() string + func (m *MessageOptions) XXX_DiscardUnknown() + func (m *MessageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MessageOptions) XXX_Merge(src proto.Message) + func (m *MessageOptions) XXX_Size() int + func (m *MessageOptions) XXX_Unmarshal(b []byte) error + type TimestampType int32 + const TimestampType_TIMESTAMP_MICROS + const TimestampType_TIMESTAMP_MILLIS + const TimestampType_TIMESTAMP_NANOS + const TimestampType_UNSPECIFIED + func (TimestampType) EnumDescriptor() ([]byte, []int) + func (x TimestampType) String() string