package
Version:
v0.0.0-...-b5e1e67
Opens a new window with list of versions in this module.
Published: Mar 25, 2024
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Message string `json:"message"`
}
type GenerateBody struct {
User string `json:"user"`
Period string `json:"period"`
Title string `json:"title"`
BackgroundColor string `json:"background_color"`
TextColor string `json:"text_color"`
Gap float64 `json:"gap"`
ShowNumbers bool `json:"show_numbers"`
ShowTitles bool `json:"show_titles"`
}
type GeneratedResponse struct {
Image string `json:"image,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.