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)
Click to show internal directories.
Click to hide internal directories.