MCPcopy Create free account
hub / github.com/bajrangCoder/setu / ProtocolType

Enum ProtocolType

src/components/protocol_selector.rs:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use crate::motion;
7
8#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
9pub enum ProtocolType {
10 #[default]
11 Rest,
12 WebSocket,
13 GraphQL,
14 Sse,
15}
16
17impl ProtocolType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected