# Packages
Package integration_tests performs tests against real-world schemas for protomap.
# Functions
IgnoreExtraPaths indicates that unmapping should ignore any additional paths that are found in the gNMI Notifications that do not have corresponding fields in the protobuf.
PathsFromProto returns, from a populated proto, a map between the YANG schema path (as specified in the yext.schemapath extension) and the value populated in the message.
ProtobufMessagePrefix specifies the path that the protobuf message supplied to ProtoFromPaths makes up.
ProtoFromPaths takes an input ygot-generated protobuf and unmarshals the values provided in vals into the map.
ValuePathPrefix indicates that the values in the supplied map have a prefix which is equal to the supplied path.
# Interfaces
UnmapOpt marks that a particular option can be supplied as an argument to the ProtoFromPaths function.