modulepackage
0.0.0-20230114004030-81be31706b04
Repository: https://github.com/hashicorp/opaqueany.git
Documentation: pkg.go.dev
# Functions
MarshalFrom marshals src into dst as the underlying message using the provided marshal options.
New marshals src into a new Any instance.
UnmarshalNew unmarshals the underlying message from src into dst, which is newly created message using a type resolved from the type URL.
UnmarshalTo unmarshals the underlying message from src into dst using the provided unmarshal options.
# Variables
No description provided by the author