web

package
v0.0.0-...-618a704 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultAddress = "0.0.0.0:5000"

DefaultAddress - адрес для прослушивания по умолчанию

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(s *service) error

Option настраивает веб приложение

func WithApp

func WithApp(app app.App) Option

WithApp задает экземпляр приложения app.App

func WithDebugMode

func WithDebugMode(value bool) Option

WithDebugMode включает отладочный режим

func WithGoogleAnalyticsID

func WithGoogleAnalyticsID(value string) Option

WithGoogleAnalyticsID задает ID для Google Analytics

func WithListenAddress

func WithListenAddress(address string) Option

WithListenAddress задает адрес для прослушивания

func WithLogger

func WithLogger(logger *log.Logger) Option

WithLogger задает логгер

type Service

type Service interface {
	// Start запускает веб приложение
	Start() error

	// Close завершает работу веб приложения
	Close()
}

Service - сервис веб приложения

func New

func New(options ...Option) (Service, error)

New создает новые объекты типа Service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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