Documentation
¶
Overview ¶
Package libraryproperties provides functions for working with the library.properties Arduino library metadata file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Properties ¶
func Properties(libraryPath *paths.Path) (*properties.Map, error)
Properties parses the library.properties from the given path and returns the data.
func Validate ¶
func Validate(libraryProperties *properties.Map) map[compliancelevel.Type]schema.ValidationResult
Validate validates library.properties data against the JSON schema and returns a map of the result for each compliance level.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.