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 { // ListenAndServe represents a http-like listen and server method. ListenAndServe() error // Shutdown is used server graceful shutdown. Shutdown(context.Context) error } Server defines a application server. Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis builtin grpc build Package build is a reverse proxy. Package build is a reverse proxy. greeting Click to show internal directories. Click to hide internal directories.