session

package
v0.0.0-...-79ba347 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	Create(context.Context, *session.CreateRequest) (*session.CreateResponse, error)
}

Server is an interface of the FrostFS API Session service server.

func NewExecutionService

func NewExecutionService(exec ServiceExecutor, l *logger.Logger) Server

NewExecutionService wraps ServiceExecutor and returns Session Service interface.

func NewResponseService

func NewResponseService(ssSvc Server, respSvc *response.Service) Server

NewResponseService returns session service instance that passes internal service call to response service.

func NewSignService

func NewSignService(key *ecdsa.PrivateKey, svc Server) Server

type ServiceExecutor

type ServiceExecutor interface {
	Create(context.Context, *session.CreateRequestBody) (*session.CreateResponseBody, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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