interface Compiler {
    CrossCompilers: clientpb.CrossCompiler[];
    GOARCH: string;
    GOOS: string;
    Targets: clientpb.CompilerTarget[];
    UnsupportedTargets: clientpb.CompilerTarget[];
}

Properties

CrossCompilers: clientpb.CrossCompiler[]
GOARCH: string

The server's Arch

GOOS: string

The server's OS

UnsupportedTargets: clientpb.CompilerTarget[]