package
2.0.0-beta.2
Repository: https://github.com/jhump/protoreflect.git
Documentation: pkg.go.dev

# Functions

As returns the given message as type M.
ReparseUnrecognized is a helper function for re-parsing unknown fields of a message, resolving any extensions therein using the given resolver.
Walk traverses the given root messages, iterating through its fields and through all values in maps and lists, calling the given action for all message values encountered.

# Interfaces

PointerMessage is a pointer type that implements [proto.Message].