package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jan 23, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 26
Opens a new window with list of known importers.
Documentation
¶
type Add struct {
Config any `json:"config"`
Success bool `json:"success"`
}
type Generate struct {
Success bool `json:"success"`
}
type Info struct {
ShortDescription string `json:"short_description"`
LongDescription string `json:"long_description"`
}
type Init struct {
Config any `json:"config"`
Success bool `json:"success"`
}
type Version struct {
SemVer string `json:"sem_ver"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.