package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 18, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Patch struct {
Id string `json:"id"`
Patch string `json:"patch"`
Author string `json:"author"`
Description string `json:"description"`
Tags []string `json:"tags"`
Prereqs []string `json:"prereqs"`
Body []byte `json:"-"`
Weight int `json:"weight"`
Filename string `json:"filename"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.