INNER CODE UNIT · Rust
record_read_events
zly2006/zhihu-plus-plus · aigc-vote-server/src/lib.rs:325
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,
client_id: Option<String>,
voter_id: Option<String>,