Documentation
¶
Overview ¶
Package metadata defines a metadata struct for NVM Node.js versions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToProto ¶ added in v0.5.2
func ToProto(m *Metadata) *pb.NvmMetadata
ToProto converts the Metadata struct to a NvmMetadata proto.
Types ¶
type Metadata ¶
type Metadata struct {
NodeJsVersion string
}
Metadata holds parsing information for an NVM Node.js version.
func ToStruct ¶
func ToStruct(m *pb.NvmMetadata) *Metadata
ToStruct converts the NvmMetadata 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.