Crate hc_crud

Source
Expand description

Re-exports§

pub use hdk_extensions::hdi;
pub use hdk_extensions::hdi_extensions;
pub use hdk_extensions::hdk;
pub use hdk_extensions;

Macros§

entry_model

Structs§

Entity
The context and content of a specific entry
GetEntityInput
UpdateEntityInput

Traits§

EntryModel
Identifies a struct as an Entity model type

Functions§

create_entity
Create a new entity
create_link_input
delete_entity
Delete an entity
get_entities
Get multiple entities for a given base and link tag filter
get_entity
Get an entity by its ID
now
Get the current unix timestamp
to_entry_type
Verify a Record’s entry is the expected entry type
update_entity
Update an entity

Type Aliases§

EmptyEntity
A general use entity definition for deserializing any entity input when the content is not relevant.
EntityId