package
Version:
v0.0.0-...-cbd92a3
Opens a new window with list of versions in this module.
Published: Apr 6, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CallBack struct {
CallBackURL string `json:"callback_url"`
}
CallBack is for worker-B
type Job struct {
ID uuid.UUID `json:"uuid"`
Type string `json:"type"`
}
Job represents UUID of a Job
type Log struct {
ClientTime time.Time `json:"client_time"`
}
Log is for Worker-A
type Mail struct {
EmailAddress string `json:"email_address"`
}
Mail is for worker-C
Source Files
¶
Click to show internal directories.
Click to hide internal directories.