Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ gitlab.rs
File
gitlab.rs
crates/opencode-provider/src/gitlab.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use futures::StreamExt;
3
use reqwest::Client;
4
use serde::{Deserialize, Serialize};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected