Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseJson ¶
mustUnmarshalFromFile unmarshals data from a file into the provided pointer. it panics if path does not exist.
func PopulateLibraries ¶
fills out Eagle.Libraries returns a LibrariesImportErr or nil
Types ¶
type Eagle ¶
func (*Eagle) MetadataParse ¶
func (e *Eagle) MetadataParse()
func (*Eagle) MtimeCount ¶
type LibrariesImportErr ¶
type LibrariesImportErr struct { ImportError error FilePath string LenBytes int // is -1 if error happens }
func (*LibrariesImportErr) Error ¶
func (e *LibrariesImportErr) Error() string
type LibraryImportErr ¶
func (*LibraryImportErr) Error ¶
func (e *LibraryImportErr) Error() string
type LibraryNotExistErr ¶
type LibraryNotExistErr struct {
LibraryImportErr
}
Click to show internal directories.
Click to hide internal directories.