Searched defs:BuildConfig (Results 1 – 2 of 2) sorted by relevance
28 type BuildConfig struct { struct29 Pkg string30 PreCompileCMD string31 CompileCMD string32 ImgList []string35 func (m *Manager) Build(config BuildConfig, ctx context.Context) error {55 func (m *Manager) PkgAvailable(config BuildConfig) bool {67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error {
88 export interface BuildConfig { interface