refactor(app): 🎨 improve code structure

master
Xeronith 2023-05-09 23:17:17 +03:30
rodzic 5beb3b3a7a
commit d31ecc9a1b
22 zmienionych plików z 20 dodań i 20 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import . "github.com/reiver/greatape/components/contracts"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
const (
// ACTIVITY_PUB

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import . "github.com/reiver/greatape/components/contracts"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"fmt"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"time"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
. "github.com/reiver/greatape/components/constants"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
. "github.com/reiver/greatape/components/constants"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"time"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"time"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
_ "embed"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import . "github.com/reiver/greatape/components/contracts"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
. "github.com/reiver/greatape/components/constants"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import . "github.com/reiver/greatape/components/contracts"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"encoding/json"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"encoding/json"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
. "github.com/reiver/greatape/components/constants"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import . "github.com/reiver/greatape/components/contracts"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
. "github.com/reiver/greatape/components/constants"

Wyświetl plik

@ -1,4 +1,4 @@
package spi
package commands
import (
"strings"

Wyświetl plik

@ -1,7 +1,7 @@
package core
import (
commands "github.com/reiver/greatape/app/commands/spi"
"github.com/reiver/greatape/app/commands"
"github.com/reiver/greatape/app/validators"
. "github.com/reiver/greatape/components/constants"
. "github.com/reiver/greatape/components/contracts"