INNER CODE UNIT · Rust
health
zly2006/zhihu-plus-plus · aigc-vote-server/src/lib.rs:323
async fn health(&self) -> Result<(), ServiceError>;
async fn record_read_events(
&self,
request: ReadEventsRequest,
) -> Result<ReadEventsResponse, ServiceError>;
async fn submit_aigc_flag(
&self,
content_type: String,
content_id: String,
request: AigcFlagRequest,
) -> Result<AigcFlagResponse, ServiceError>;
async fn flag_status(
&self,
content_type: String,
content_id: String,