INNER CODE UNIT · Go

configData

aleibovici/cryptopump · main.go:341

				configData := functions.LoadConfigTemplate(fh.viperData, fh.sessionData)                  /* Load the configuration data */
				functions.ExecuteTemplate(w, configData, fh.sessionData)                                  /* This is the template execution for 'index' */

			}
		}

	}

}

func execution(
	viperData *types.ViperData,
	configData *types.Config,
	sessionData *types.Session,
	marketData *types.Market) {

	var err error /* Error handling */

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…