Documentation ¶ Index ¶ type Server Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server interface { // Runs the accept loop for this server, returns when the server is shut down. Serve() error // Signal the accept loop to shut down Shutdown() // Block until the server shuts down AwaitShutdown() } Source Files ¶ View all Source files transport.go Directories ¶ Show internal Expand all Path Synopsis tcp ws Click to show internal directories. Click to hide internal directories.