Add warp account methods
This commit is contained in:
@@ -36,3 +36,7 @@ func BuildConfig(path string, configOptionsJson string) (string, error) {
|
||||
}
|
||||
return config.BuildConfigJson(*configOptions, options)
|
||||
}
|
||||
|
||||
func GenerateWarpConfig(licenseKey string, accountId string, accessToken string) (string, error) {
|
||||
return config.GenerateWarpAccount(licenseKey, accountId, accessToken)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user