package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 8, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
Version int `json:"version"`
Nodes []Record `json:"nodes"`
}
type Record struct {
ID string `json:"id"`
Kind string `json:"kind"`
URI string `json:"uri"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.