package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Feb 29, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Avatar struct {
Size int `json:"size"`
Parts []Part `json:"parts"`
}
type Generator struct {
}
Generator instance
NewServer creates new server instance
type Part struct {
Name string `json:"name"`
Nb int `json:"nb"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.