MCPcopy Index your code
hub / github.com/celer-pkg/celer / Platform

Interface Platform

context/platform.go:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "strings"
4
5type Platform interface {
6 Init(platformName string) error
7 GetName() string
8 GetHostName() string
9 GetToolchain() Toolchain
10 GetRootFS() RootFS
11 Setup() error
12}
13
14type Toolchain interface {
15 GetName() string

Callers 26

GetDirMethod · 0.65
InstallMethod · 0.65
doInstallFromPackageMethod · 0.65
prepareTmpDepsMethod · 0.65
writeTraceFileMethod · 0.65
RemoveLogsMethod · 0.65
renderMarkdownMethod · 0.65
writeMethod · 0.65
stripDeployedMethod · 0.65
currentSystemNameMethod · 0.65
preConfigureMethod · 0.65

Implementers 2

fakePlatformconfigs/pkgcache_artifact_test.go
Platformconfigs/platform.go

Calls

no outgoing calls

Tested by

no test coverage detected