package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 24, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 13
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.