Skip to main content

Crate kbolt_types

Crate kbolt_types 

Source

Re-exports§

pub use doctor::DoctorCheck;
pub use doctor::DoctorCheckStatus;
pub use doctor::DoctorReport;
pub use doctor::DoctorSetupStatus;
pub use document::DocumentResponse;
pub use document::FileEntry;
pub use document::GetRequest;
pub use document::Locator;
pub use document::MultiGetRequest;
pub use document::MultiGetResponse;
pub use document::OmitReason;
pub use document::OmittedFile;
pub use error::KboltError;
pub use error::Result;
pub use eval::EvalCase;
pub use eval::EvalDataset;
pub use eval::EvalImportReport;
pub use eval::EvalJudgment;
pub use eval::EvalModeFailure;
pub use eval::EvalModeReport;
pub use eval::EvalQueryReport;
pub use eval::EvalRunReport;
pub use indexing::FileError;
pub use indexing::UpdateDecision;
pub use indexing::UpdateDecisionKind;
pub use indexing::UpdateOptions;
pub use indexing::UpdateReport;
pub use local::LocalAction;
pub use local::LocalReport;
pub use local::LocalServiceReport;
pub use schedule::AddScheduleRequest;
pub use schedule::RemoveScheduleRequest;
pub use schedule::RemoveScheduleSelector;
pub use schedule::ScheduleAddResponse;
pub use schedule::ScheduleBackend;
pub use schedule::ScheduleDefinition;
pub use schedule::ScheduleInterval;
pub use schedule::ScheduleIntervalUnit;
pub use schedule::ScheduleOrphan;
pub use schedule::ScheduleRemoveResponse;
pub use schedule::ScheduleRunResult;
pub use schedule::ScheduleRunState;
pub use schedule::ScheduleScope;
pub use schedule::ScheduleState;
pub use schedule::ScheduleStatusEntry;
pub use schedule::ScheduleStatusResponse;
pub use schedule::ScheduleTrigger;
pub use schedule::ScheduleWeekday;
pub use search::SearchMode;
pub use search::SearchPipeline;
pub use search::SearchPipelineNotice;
pub use search::SearchPipelineStep;
pub use search::SearchPipelineUnavailableReason;
pub use search::SearchRequest;
pub use search::SearchResponse;
pub use search::SearchResult;
pub use search::SearchSignals;
pub use space::ActiveSpace;
pub use space::ActiveSpaceSource;
pub use space::AddCollectionRequest;
pub use space::AddCollectionResult;
pub use space::CollectionInfo;
pub use space::InitialIndexingBlock;
pub use space::InitialIndexingOutcome;
pub use space::SpaceInfo;
pub use status::CollectionStatus;
pub use status::DiskUsage;
pub use status::ModelInfo;
pub use status::ModelStatus;
pub use status::SpaceStatus;
pub use status::StatusResponse;
pub use watch::WatchBackend;
pub use watch::WatchCollectionStatus;
pub use watch::WatchHealth;
pub use watch::WatchMode;
pub use watch::WatchRefreshSummary;
pub use watch::WatchRuntimeState;
pub use watch::WatchRuntimeStatus;
pub use watch::WatchSemanticState;
pub use watch::WatchServiceStatus;
pub use watch::WatchSpaceBlock;
pub use watch::WatchStatusResponse;

Modules§

doctor
document
error
eval
indexing
local
schedule
search
space
status
watch