From 38d46e1f7caf0089452b1b17c07838514646ee23 Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Tue, 6 Aug 2024 08:49:45 -0500 Subject: [PATCH] feat: add migrate module Signed-off-by: Artur Troian --- go/cli/index.html | 2 +- go/index.html | 2 +- go/node/migrate/index.html | 25 +++++++++++++++++++++++++ go/sdl/index.html | 2 +- index.html | 2 +- vangen.json | 3 ++- 6 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 go/node/migrate/index.html diff --git a/go/cli/index.html b/go/cli/index.html index bd92c4e..f7a4450 100644 --- a/go/cli/index.html +++ b/go/cli/index.html @@ -20,6 +20,6 @@

pkg.akt.dev/go/cli

import "pkg.akt.dev/go/cli" Home: https://github.com/akash-network/akash-api
Source: https://github.com/akash-network/akash-api
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/go/index.html b/go/index.html index 5bfab7f..ca81081 100644 --- a/go/index.html +++ b/go/index.html @@ -20,6 +20,6 @@

pkg.akt.dev/go

import "pkg.akt.dev/go" Home: https://github.com/akash-network/akash-api
Source: https://github.com/akash-network/akash-api
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/go/node/migrate/index.html b/go/node/migrate/index.html new file mode 100644 index 0000000..255abd6 --- /dev/null +++ b/go/node/migrate/index.html @@ -0,0 +1,25 @@ + + + + +pkg.akt.dev/go/node/migrate + + + + + +
+

pkg.akt.dev/go/node/migrate

+go get pkg.akt.dev/go/node/migrate +import "pkg.akt.dev/go/node/migrate" +Home: https://github.com/akash-network/akash-api
+Source: https://github.com/akash-network/akash-api
+Sub-packages:
+ + \ No newline at end of file diff --git a/go/sdl/index.html b/go/sdl/index.html index 2e414e8..f377775 100644 --- a/go/sdl/index.html +++ b/go/sdl/index.html @@ -20,6 +20,6 @@

pkg.akt.dev/go/sdl

import "pkg.akt.dev/go/sdl" Home: https://github.com/akash-network/akash-api
Source: https://github.com/akash-network/akash-api
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/index.html b/index.html index 2e68b38..08526cb 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,6 @@

pkg.akt.dev/

import "pkg.akt.dev/" Home: https://github.com/akash-network/akash-api
Source: https://github.com/akash-network/akash-api
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/vangen.json b/vangen.json index 343690f..d688441 100644 --- a/vangen.json +++ b/vangen.json @@ -19,7 +19,8 @@ "subs": [ "go", "go/sdl", - "go/cli" + "go/cli", + "go/node/migrate" ] } ]