Versions in this module Expand all Collapse all v1 deprecated v1.0.1 Mar 8, 2024 Changes in this version + func AnyMessageName(any *anypb.Any) (string, error) + func Duration(dur *durationpb.Duration) (time.Duration, error) + func DurationProto(d time.Duration) *durationpb.Duration + func Empty(any *anypb.Any) (proto.Message, error) + func Is(any *anypb.Any, m proto.Message) bool + func MarshalAny(m proto.Message) (*anypb.Any, error) + func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) + func TimestampNow() *timestamppb.Timestamp + func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) + func TimestampString(ts *timestamppb.Timestamp) string + func UnmarshalAny(any *anypb.Any, m proto.Message) error + type DynamicAny struct + func (m DynamicAny) ProtoMessage() + func (m DynamicAny) ProtoReflect() protoreflect.Message + func (m DynamicAny) Reset() + func (m DynamicAny) String() string