package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: May 15, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
URL string `json:"url"`
Name string `json:"name"`
}
type Comp struct {
Base
}
type Docs struct {
Base
}
type Link struct {
Docs []Docs `json:"docs"`
Comp []Comp `json:"comp"`
Uni []Uni `json:"uni"`
Staging []Staging `json:"staging"`
}
type Staging struct {
Base
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.