controller

package
v0.0.0-...-75f25d5 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

Controller имплементирует методы для работы с организациями.

func New

func New(repo organizationRepo, s3 minios3.S3, predictor pb.PredictorClient, tracer trace.Tracer) *Controller

New создает новый Controller.

func (*Controller) ImportData

func (ctrl *Controller) ImportData(ctx context.Context, mpArchive *multipart.FileHeader, id int64) error

ImportData импортирует данные из архива.

func (*Controller) InsertOne

func (ctrl *Controller) InsertOne(ctx context.Context, params model.OrganizationCreateReq, username string) (model.OrganizationCreateResp, error)

InsertOne создает новую организацию.

func (*Controller) ListForUser

func (ctrl *Controller) ListForUser(ctx context.Context, username string) ([]model.OrganizationDto, error)

ListForUser находит список организаций по username.

func (*Controller) UpdateOne

func (ctrl *Controller) UpdateOne(ctx context.Context, params model.OrganizationUpdateReq, username string) error

UpdateOne обновить название организации.

Jump to

Keyboard shortcuts

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