MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / DaemonServer

Struct DaemonServer

backend/daemon.go:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 "github.com/google/uuid"
29 "github.com/gorilla/websocket"
30)
31
32type DaemonOptions struct {
33 Host string
34 Port int
35 Config config.Config
36 EndpointPath string
37 IdleCheckInterval time.Duration
38 IdleEmptyChecks int
39}
40
41func teamSessionIDFromPayload(payload any) string {
42 if snapshot, ok := payload.(luminateam.Snapshot); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected