Expand description
§Fiberplane Models
Core Models used across Fiberplane
This crate contains a collection of models that are used across the Fiberplane products, including but not limited to:
- Notebooks
- Notebook Cells
- Notebook Operations
- Providers
- Provider Schemas
- Comments
- Front Matter Schemas
- Rich-Text Formatting
- Templates
- Views
- Workspaces
Modules§
- auth
- blobs
- comments
- data_
sources - events
- files
- formatting
- front_
matter_ schemas - integrations
- labels
- names
- notebooks
- pagerduty
- PagerDuty related models.
- paging
- providers
- proxies
- query_
data - realtime
- snippets
- sorting
- templates
- timestamps
- tokens
- users
- utils
- views
- webhooks
- workspaces
Traits§
- Bindgen
Serializable - Helper trait to use as a trait bound on generic types that must be serializable when
the
fp-bindgenfeature is enabled