Documentation
¶
Overview ¶
Package metadata defines a Metadata struct for Java archives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToProto ¶ added in v0.5.2
func ToProto(m *Metadata) *pb.JavaArchiveMetadata
ToProto converts the Metadata struct to a JavaArchiveMetadata proto.
Types ¶
type Metadata ¶
Metadata holds parsing information for a Java archive package.
func ToStruct ¶ added in v0.4.2
func ToStruct(m *pb.JavaArchiveMetadata) *Metadata
ToStruct converts the JavaArchiveMetadata proto to a Metadata struct.
func (*Metadata) IsProtoable ¶ added in v0.5.2
func (m *Metadata) IsProtoable()
IsProtoable marks the struct as a metadata type.
Click to show internal directories.
Click to hide internal directories.