Documentation
¶
Overview ¶
Package denometadata defines a metadata struct for Deno packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DenoMetadata ¶
DenoMetadata holds repository source information for a deno.json file.
func ToStruct ¶
func ToStruct(m *pb.JavascriptDenoMetadata) *DenoMetadata
ToStruct converts the DenoMetadata proto to a Metadata struct.
func (*DenoMetadata) SetProto ¶
func (m *DenoMetadata) SetProto(p *pb.Package)
SetProto sets the DenoMetadata field in the Package proto.
Click to show internal directories.
Click to hide internal directories.