Skip to content

Server

The Server module is responsible for the assembly, life cycle, HTTP entry and connection security policies of the complete GizClaw Server.

Module

ModuleResponsibilitiesImplementation files
ServerComposition root, listeners, service initialization and life cycle.server.go
Log QueryLog query contract, stream request and error model.server_log_query.go
OpenAI HTTPServer-level OpenAI-compatible HTTP wiring.server_openai_http.go
Private HTTPSession identity and authorization for Private ingress.server_private_http.go
Security PolicyGiznet Peer connection and service access.server_security_policy.go

Calling relationship

Domain resource, validation and storage lifecycle belong to services/<domain>; process configuration, real store backend and listening address belong to the host layer.