package
Version:
v0.9.16
Opens a new window with list of versions in this module.
Published: Feb 12, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetWhHistoryRequest struct {
StoreUUIDs []uuid.UUID `json:"store_uuids" query:"store_uuids" validate:"omitempty"`
Page *uint32 `json:"page" query:"page"`
PageSize *uint32 `json:"page_size" query:"page_size"`
}
type TestWebhookRequest struct {
WhID uuid.UUID `json:"wh_id" validate:"required,uuid"`
EventType string ``
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.