service

package
v0.0.0-...-6a40476 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 10 Imported by: 0

README

Service

Documentation

Index

Constants

This section is empty.

Variables

ProviderSet is service providers.

Functions

This section is empty.

Types

type PingService

type PingService struct {
	pb.UnimplementedPingServer
	// contains filtered or unexported fields
}

func NewPingService

func NewPingService(logger log.Logger) *PingService

func (*PingService) Ping

func (s *PingService) Ping(ctx context.Context, req *pb.PingRequest) (*pb.PingReply, error)

type RowsService

type RowsService struct {
	pb.UnimplementedRowsServer
	// contains filtered or unexported fields
}

func NewRowsService

func NewRowsService(row *biz.RowUseCase, logger log.Logger) *RowsService

func (*RowsService) CheckIsAppCollaborator

func (*RowsService) Delete

func (s *RowsService) Delete(ctx context.Context, req *pb.DeleteRequest) (*pb.DeleteReply, error)

func (*RowsService) DeleteValues

func (s *RowsService) DeleteValues(ctx context.Context, req *pb.DeleteValuesRequest) (*pb.DeleteValuesReply, error)

func (*RowsService) ExchangeSummaryCondition

func (*RowsService) GetAppCollaboratorRoles

func (*RowsService) GetDataCollaborators

func (*RowsService) List

func (s *RowsService) List(ctx context.Context, req *pb.ListRequest) (*pb.ListReply, error)

func (*RowsService) ListRaw

func (s *RowsService) ListRaw(ctx context.Context, req *pb.ListRawRequest) (*pb.ListRawReply, error)

func (*RowsService) RecoverAttachment

func (*RowsService) RecycleAttachment

type TableService

type TableService struct {
	pb.UnimplementedTableServer
	// contains filtered or unexported fields
}

func NewTableService

func NewTableService(tuc *biz.TableUseCase, ruc *biz.RowUseCase,
	org *biz.OrgColumnsUseCase, logger log.Logger) *TableService

func (*TableService) CopyColumn

func (s *TableService) CopyColumn(ctx context.Context, req *pb.CopyColumnRequest) (*pb.CopyColumnReply, error)

func (*TableService) CopyRow

func (s *TableService) CopyRow(ctx context.Context, req *pb.CopyRowRequest) (*pb.CopyRowReply, error)

func (*TableService) CopyTables

func (s *TableService) CopyTables(ctx context.Context, req *pb.CopyTablesRequest) (*pb.CopyTablesReply, error)

func (*TableService) CreateColumn

func (*TableService) CreateOrgColumn

func (*TableService) CreateRows

func (s *TableService) CreateRows(ctx context.Context, req *pb.CreateRowsRequest) (*pb.CreateRowsReply, error)

func (*TableService) CreateSummeryTable

func (*TableService) CreateTable

func (s *TableService) CreateTable(ctx context.Context, req *pb.CreateTableRequest) (*pb.CreateTableReply, error)

func (*TableService) DeleteColumn

func (*TableService) DeleteOrgColumn

func (*TableService) DeleteRow

func (s *TableService) DeleteRow(ctx context.Context, req *pb.DeleteRowRequest) (*pb.DeleteRowReply, error)

func (*TableService) DeleteTable

func (s *TableService) DeleteTable(ctx context.Context, req *pb.DeleteTableRequest) (*pb.DeleteTableReply, error)

func (*TableService) InitOrgColumns

func (*TableService) MoveRow

func (s *TableService) MoveRow(ctx context.Context, req *pb.MoveRowRequest) (*pb.MoveRowReply, error)

func (*TableService) ReadOrgColumns

func (*TableService) ReadOrgTableSchemas

func (*TableService) ReadOrgTables

func (*TableService) ReadSummeryTableId

func (*TableService) ReadTable

func (s *TableService) ReadTable(ctx context.Context, req *pb.ReadTableRequest) (*pb.ReadTableReply, error)

func (*TableService) ReadTableSchemas

func (*TableService) ReadTableSchemasByAppId

func (*TableService) ReadTables

func (s *TableService) ReadTables(ctx context.Context, req *pb.ReadTablesRequest) (*pb.ReadTablesReply, error)

func (*TableService) ReadTablesByApps

func (*TableService) RenameTable

func (s *TableService) RenameTable(ctx context.Context, req *pb.RenameTableRequest) (*pb.RenameTableReply, error)

func (*TableService) SetAutoSchedule

func (*TableService) UpdateColumn

func (*TableService) UpdateColumnDescription

Jump to

Keyboard shortcuts

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