server

package
v0.0.0-...-de89868 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package server реализует HTTP-сервер.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Server)

Option -.

func EnableGRPC

func EnableGRPC(h *handler.IShorturlServer) Option

EnableGRPC - включить поддержку gRPC.

func EnableHTTPS

func EnableHTTPS(cfg *config.HTTP) Option

EnableHTTPS - опция подключает возможность использования SSL/TLS на сервере.

func Host

func Host(host string) Option

Host -.

func PortGRPC

func PortGRPC(port string) Option

PortGRPC -.

func ReadTimeout

func ReadTimeout(timeout time.Duration) Option

ReadTimeout -.

func ShutdownTimeout

func ShutdownTimeout(timeout time.Duration) Option

ShutdownTimeout -.

func WriteTimeout

func WriteTimeout(timeout time.Duration) Option

WriteTimeout -.

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server -.

func New

func New(handlerHTTP http.Handler, opts ...Option) *Server

New -.

func (*Server) Notify

func (s *Server) Notify() <-chan error

Notify -.

func (*Server) Shutdown

func (s *Server) Shutdown() error

Shutdown -.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL