services

package
v0.0.0-...-4592d6e Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddServer

func AddServer(id, URL string) error

Добавляет или обновляет подключение сервера(агента)

func CheckNoReadyEx

func CheckNoReadyEx()

Проверяет какие задание не выполнены и запускает их выполнение (Запускается при запуске)

func CheckServer

func CheckServer()

Проверяет последнее подключение к серверу(агенту)

func Direct

func Direct(val, id string, add, sub, mult, div int) (string, error)

Обрабатывает выражение

func GetClientIP

func GetClientIP(r *http.Request) string

Получает IP из запроса

func GetWaitTime

func GetWaitTime(val string, add, sub, mult, dev int) time.Duration

Выдет время ожидания для выражения

func HashSome

func HashSome(val string) string

Создает хэш значения

func RemoveServerFromRedis

func RemoveServerFromRedis(id string) error

Удаляет сервер(агент) из Redis

Types

type Server

type Server struct {
	Id       string    `json:"id"`
	URL      string    `json:"url"`
	Status   int       `json:"status"`
	LastPing time.Time `json:"last_ping"`
}

func AllServer

func AllServer() []Server

Выдает все сервера(агенты)

Jump to

Keyboard shortcuts

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