Instance Methodswift-protobuf 1.28.1SwiftProtobufPluginLibrary
traverse(visitor:)
swift_protobuf_module_mappings.pb.swift:126func traverse<V>(visitor: inout V) throws where V : Visitor
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings.Entry, rhs: SwiftProtobuf_GenSwift_ModuleMappings.Entry
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var moduleName: String
The Swift module name that will be imported and used to scope all the types from the given proto files.
var protoFilePath: [String]
The proto files that should be considered it this module. The values should be the how they are expressed to the generated; i.e. - how they are used in import states to be used from other files, so
my_file.proto
orpath/to/file.proto
.var unknownFields: UnknownStorage
func decodeMessage<D>(decoder: inout D
) throws