gateway

package
v0.0.0-...-23f0eb8 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: AGPL-3.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gateway

type Gateway struct {
	pb.UnimplementedSchedulerServer
	Config types.AppConfig

	RedisClient    *common.RedisClient
	TaskDispatcher *task.Dispatcher
	TaskRepo       repository.TaskRepository
	WorkspaceRepo  repository.WorkspaceRepository
	ContainerRepo  repository.ContainerRepository
	BackendRepo    repository.BackendRepository
	ProviderRepo   repository.ProviderRepository
	Tailscale      *network.Tailscale

	Storage   storage.Storage
	Scheduler *scheduler.Scheduler
	// contains filtered or unexported fields
}

func NewGateway

func NewGateway() (*Gateway, error)

func (*Gateway) Start

func (g *Gateway) Start() error

Gateway entry point

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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