algorithmservice

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlgorithmInfo

type AlgorithmInfo = algorithm.AlgorithmInfo

type AlgorithmService

type AlgorithmService interface {
	AlgorithmCreate(ctx context.Context, in *CreateAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmUpdate(ctx context.Context, in *UpdateAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmDelete(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmList(ctx context.Context, in *ListAlgorithmRequest, opts ...grpc.CallOption) (*ListAlgorithmResponse, error)
	AlgorithmVersionCreate(ctx context.Context, in *CreateAlgorithmVersionRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionUpdate(ctx context.Context, in *UpdateAlgorithmVersionRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionDelete(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionDownload(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*DownloadAlgorithmVersionResponse, error)
	AlgorithmVersionList(ctx context.Context, in *ListAlgorithmVersionRequest, opts ...grpc.CallOption) (*ListAlgorithmVersionResponse, error)
	SubAlgorithmList(ctx context.Context, in *ListSubAlgorithmRequest, opts ...grpc.CallOption) (*ListSubAlgorithmResponse, error)
	SubAlgorithmCreate(ctx context.Context, in *CreateSubAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	SubAlgorithmUpdate(ctx context.Context, in *UpdateSubAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	SubAlgorithmConfigList(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*ListSubAlgorithmConfigResponse, error)
	MinioUrlGet(ctx context.Context, in *MinioUrlRequest, opts ...grpc.CallOption) (*MinioUrlResponse, error)
}

func NewAlgorithmService

func NewAlgorithmService(cli zrpc.Client) AlgorithmService

type AlgorithmVersionInfo

type AlgorithmVersionInfo = algorithm.AlgorithmVersionInfo

type ConfigInfo

type ConfigInfo = algorithm.ConfigInfo

type CreateAlgorithmRequest

type CreateAlgorithmRequest = algorithm.CreateAlgorithmRequest

type CreateAlgorithmVersionRequest

type CreateAlgorithmVersionRequest = algorithm.CreateAlgorithmVersionRequest

type CreateSubAlgorithmRequest

type CreateSubAlgorithmRequest = algorithm.CreateSubAlgorithmRequest

type DownloadAlgorithmVersionResponse

type DownloadAlgorithmVersionResponse = algorithm.DownloadAlgorithmVersionResponse

type EmptyResponse

type EmptyResponse = algorithm.EmptyResponse

type IdRequest

type IdRequest = algorithm.IdRequest

type ListAlgorithmRequest

type ListAlgorithmRequest = algorithm.ListAlgorithmRequest

type ListAlgorithmResponse

type ListAlgorithmResponse = algorithm.ListAlgorithmResponse

type ListAlgorithmVersionRequest

type ListAlgorithmVersionRequest = algorithm.ListAlgorithmVersionRequest

type ListAlgorithmVersionResponse

type ListAlgorithmVersionResponse = algorithm.ListAlgorithmVersionResponse

type ListSubAlgorithmConfigResponse

type ListSubAlgorithmConfigResponse = algorithm.ListSubAlgorithmConfigResponse

type ListSubAlgorithmRequest

type ListSubAlgorithmRequest = algorithm.ListSubAlgorithmRequest

type ListSubAlgorithmResponse

type ListSubAlgorithmResponse = algorithm.ListSubAlgorithmResponse

type MinioUrlRequest

type MinioUrlRequest = algorithm.MinioUrlRequest

type MinioUrlResponse

type MinioUrlResponse = algorithm.MinioUrlResponse

type SubAlgorithmConfig

type SubAlgorithmConfig = algorithm.SubAlgorithmConfig

type SubAlgorithmInfo

type SubAlgorithmInfo = algorithm.SubAlgorithmInfo

type UpdateAlgorithmRequest

type UpdateAlgorithmRequest = algorithm.UpdateAlgorithmRequest

type UpdateAlgorithmVersionRequest

type UpdateAlgorithmVersionRequest = algorithm.UpdateAlgorithmVersionRequest

type UpdateSubAlgorithmRequest

type UpdateSubAlgorithmRequest = algorithm.UpdateSubAlgorithmRequest

Jump to

Keyboard shortcuts

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