Expand description
Types for jig Modules.
Re-exports§
pub use body::Body as ModuleBody;
Modules§
- body
- Module bodies
Structs§
- Lite
Module - Minimal information about a module.
- Module
- Over the wire representation of a module.
- Module
Create Path - Module
Create Request - Request to create a new
Module
. - Module
Delete Path - Module
Delete Request - Request to delete a
Module
. - Module
GetDraft Path - Module
GetLive Path - Module
Id - Wrapper type around
Uuid
, represents the unique ID of a module. - Module
Response - Response for successfully finding a module
- Module
Update Request - Request to update a
Module
. note: fields here cannot be nulled out (None
means “don’t change”). - Module
Upload Path - Stable
Module Id - Wrapper type around
Uuid
, represents the unique ID of a module.
Enums§
- Module
Kind - Represents the various kinds of data a module can represent.