Versions in this module Expand all Collapse all v1 v1.1.0 Nov 1, 2023 v1.0.0 Sep 27, 2023 Changes in this version + func InterfaceFromStructpb(s *structpb.Value) interface + type ObjectId struct + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewObjectIDFromInterface(idIf interface{}) (*ObjectId, error) + func NewObjectId(id primitive.ObjectID) *ObjectId + func (*ObjectId) Descriptor() ([]byte, []int) + func (*ObjectId) ProtoMessage() + func (m *ObjectId) GetValue() string + func (m *ObjectId) Reset() + func (m *ObjectId) String() string + func (m *ObjectId) XXX_DiscardUnknown() + func (m *ObjectId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ObjectId) XXX_Merge(src proto.Message) + func (m *ObjectId) XXX_Size() int + func (m *ObjectId) XXX_Unmarshal(b []byte) error + func (o *ObjectId) GetObjectID() (primitive.ObjectID, error) + func (o *ObjectId) MarshalJSONPB(m *jsonpb.Marshaler) ([]byte, error) + func (o *ObjectId) UnmarshalJSONPB(m *jsonpb.Unmarshaler, data []byte) error