package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: May 8, 2023
License: MIT
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 Job[T any] struct {
ID string `json:"id"`
Status Status `json:"status"`
Content T `json:"content"`
Result any `json:"result,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.