MCPcopy
hub / github.com/SukkaW/Surge / StreamService

Interface StreamService

Source/stream.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface StreamService {
2 name: string,
3 rules: string[],
4 ip?: {
5 v4: string[],
6 v6: string[]
7 }
8}
9
10const $4GTV: StreamService = {
11 name: '4gtv',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected