cache

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompilerImage

type CompilerImage interface {
	Compiler(name string, config models.CompilerConfig) compilers.Compiler
}

type CompilerImageManager

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

func NewCompilerImageManager

func NewCompilerImageManager(
	files *managers.FileManager, safeexec *safeexec.Manager, dir string,
) (*CompilerImageManager, error)

func (*CompilerImageManager) LoadSync

func (m *CompilerImageManager) LoadSync(
	ctx context.Context, fileID int64,
) (cache.Resource[CompilerImage], error)

Jump to

Keyboard shortcuts

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