package
Version:
v0.0.0-...-3778cc8
Opens a new window with list of versions in this module.
Published: May 4, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetReq struct {
ID string `json:"id"`
}
type GetResp struct {
ID string `json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt *time.Time `json:"updated_at"`
UserID string `json:"user_id"`
Payload string `json:"payload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.