server

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GRPCServer *grpc.Server
View Source
var Version = "development"

Functions

func SetupLogger

func SetupLogger()

func StartAgent

func StartAgent() error

StartAgent initiates the local gRPC server and checks if it runs.

Types

type CustomReader

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

func (*CustomReader) Read

func (r *CustomReader) Read(p []byte) (int, error)

func (*CustomReader) ReadAt

func (r *CustomReader) ReadAt(p []byte, off int64) (int, error)

func (*CustomReader) Seek

func (r *CustomReader) Seek(offset int64, whence int) (int64, error)

type WorkOrder added in v1.5.3

type WorkOrder struct {
	ProcessID          guuid.UUID                        `json:"ProcessID"`
	FilePath           string                            `json:"FilePath"`
	ManifestID         int32                             `json:"ManifestID"`
	WorkFlowType       api.WorkflowResponse_WorkflowType `json:"WorkFlowType"`
	Input              string                            `json:"Input"`
	Files              string                            `json:"Files"`
	Status             bool                              `json:"Status"`
	WorkFlowOutput     string                            `json:"WorkFlowOutput"`
	ManifestRoots      []string                          `json:"ManifestRoots"`
	NextflowConfigFile string                            `json:"NextflowConfigFile"`
}

Jump to

Keyboard shortcuts

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