kopia lustrzana https://github.com/reiver/greatape
refactor(app): 🎨 improve code structure
rodzic
5beb3b3a7a
commit
d31ecc9a1b
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import . "github.com/reiver/greatape/components/contracts"
|
import . "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ACTIVITY_PUB
|
// ACTIVITY_PUB
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import . "github.com/reiver/greatape/components/contracts"
|
import . "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
_ "embed"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import . "github.com/reiver/greatape/components/contracts"
|
import . "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import . "github.com/reiver/greatape/components/contracts"
|
import . "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import . "github.com/reiver/greatape/components/contracts"
|
import . "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
|
@ -1,4 +1,4 @@
|
||||||
package spi
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
|
@ -1,7 +1,7 @@
|
||||||
package core
|
package core
|
||||||
|
|
||||||
import (
|
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/app/validators"
|
||||||
. "github.com/reiver/greatape/components/constants"
|
. "github.com/reiver/greatape/components/constants"
|
||||||
. "github.com/reiver/greatape/components/contracts"
|
. "github.com/reiver/greatape/components/contracts"
|
||||||
|
|
Ładowanie…
Reference in New Issue