server

package
v0.0.0-...-c8e5cf1 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage interface {
	// AddClient создаёт нового клиента и первоначальный статус.
	// Возвращает объект Client и возможную ошибку.
	AddClient(ctx context.Context, p api.Client) (*models.Client, error)

	// UpdateClient обновляет данные клиента.
	// Возвращает возможную ошибку и статус, если требуется перезагрузка.
	UpdateClient(ctx context.Context, id int, p api.Client) error

	// DeleteClient удаляет клиента.
	// Возвращает соответствующий статус и возможную ошибку.
	DeleteClient(ctx context.Context, id int) (*models.Status, error)

	// UpdateStatus обновляет статус.
	// Возвразает предыдущий статус и возможную ошибку.
	UpdateStatus(ctx context.Context, id int, p api.Status) (*models.Status, error)
}

Directories

Path Synopsis
middleware

Jump to

Keyboard shortcuts

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