Module module

Source
Expand description

Types for jig Modules.

Re-exports§

pub use body::Body as ModuleBody;

Modules§

body
Module bodies

Structs§

LiteModule
Minimal information about a module.
Module
Over the wire representation of a module.
ModuleCreatePath
ModuleCreateRequest
Request to create a new Module.
ModuleDeletePath
ModuleDeleteRequest
Request to delete a Module.
ModuleGetDraftPath
ModuleGetLivePath
ModuleId
Wrapper type around Uuid, represents the unique ID of a module.
ModuleResponse
Response for successfully finding a module
ModuleUpdateRequest
Request to update a Module. note: fields here cannot be nulled out (None means “don’t change”).
ModuleUploadPath
StableModuleId
Wrapper type around Uuid, represents the unique ID of a module.

Enums§

ModuleKind
Represents the various kinds of data a module can represent.