Skip to main content

Crate adminx_core

Crate adminx_core 

Source

Re-exports§

pub use actions::ActionFuture;
pub use actions::ActionHandler;
pub use actions::CustomAction;
pub use attach::attachments;
pub use attach::set_attachments;
pub use attach::Attachment;
pub use attach::Attachments;
pub use attach::FileField;
pub use attach::UploadedFile;
pub use audit::auditor;
pub use audit::set_auditor;
pub use audit::AuditEntry;
pub use audit::Auditor;
pub use audit::Event as AuditEvent;
pub use auth::AuthConfig;
pub use authz::authorizer;
pub use authz::set_authorizer;
pub use authz::Action;
pub use authz::Authorizer;
pub use error::CoreError;
pub use filters::FilterField;
pub use filters::FilterKind;
pub use filters::FilterOption;
pub use menu::MenuAction;
pub use menu::MenuItem;
pub use registry::all_resources;
pub use registry::get_registered_menus;
pub use registry::register_resource;
pub use request::Claims;
pub use request::ReqCtx;
pub use resource::Resource;
pub use search::indexer;
pub use search::set_indexer;
pub use search::Indexer;
pub use response::ApiBody;
pub use response::ApiResponse;
pub use ui::set_tailwind_src;
pub use storage::seed;
pub use storage::set_storage;
pub use storage::storage;
pub use storage::CreateOutcome;
pub use storage::ListPage;
pub use storage::QueryOptions;
pub use storage::Storage;
pub use storage::StorageError;

Modules§

actions
attach
audit
auth
authz
crud
csrf
error
export
filters
menu
mfa
prelude
Common imports for defining resources and wiring an app.
ratelimit
registry
request
resource
response
search
storage
ui

Constants§

VERSION