Versions in this module Expand all Collapse all v1 v1.26.0 Nov 13, 2023 GO-2025-3462 GO-2025-3462: Unencrypted transmission in Temporal api-go library in go.temporal.io/api v1.25.0 Oct 27, 2023 GO-2025-3462 GO-2025-3462: Unencrypted transmission in Temporal api-go library in go.temporal.io/api v1.24.0 Aug 18, 2023 GO-2025-3462 GO-2025-3462: Unencrypted transmission in Temporal api-go library in go.temporal.io/api Changes in this version + func Unmarshal(r io.Reader, pb proto.Message) error + func UnmarshalNext(dec *json.Decoder, pb proto.Message) error + func UnmarshalString(str string, pb proto.Message) error + type AnyResolver interface + Resolve func(typeUrl string) (proto.Message, error) + type JSONPBMarshaler interface + MarshalJSONPB func(*Marshaler) ([]byte, error) + type JSONPBMaybeMarshaler interface + MaybeMarshalJSONPB func(m *Marshaler, currIndent string) (handled bool, b []byte, err error) + type JSONPBMaybeUnmarshaler interface + MaybeUnmarshalJSONPB func(u *Unmarshaler, b []byte) (handled bool, err error) + type JSONPBUnmarshaler interface + UnmarshalJSONPB func(*Unmarshaler, []byte) error + type Marshaler struct + AnyResolver AnyResolver + EmitDefaults bool + EnumsAsInts bool + Indent string + Metadata map[string]interface{} + OrigName bool + func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error + func (m *Marshaler) MarshalToString(pb proto.Message) (string, error) + type Unmarshaler struct + AllowUnknownFields bool + AnyResolver AnyResolver + Metadata map[string]interface{} + func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error + func (u *Unmarshaler) UnmarshalNext(dec *json.Decoder, pb proto.Message) error