INNER CODE UNIT · Go

Bootstrap

go-chassis/go-chassis · bootstrap/bootstrap.go:39

func Bootstrap() {
	for _, bp := range bootstrapPlugins {
		openlog.Info("Bootstrap " + bp.Name)
		if err := bp.Plugin.Init(); err != nil {
			openlog.Error(fmt.Sprintf("Failed to init %s. error [%s]", bp.Name, err.Error()))
		}
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…