Compare commits
2 Commits
25f18e2c1b
...
1264ac73e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1264ac73e7 | |||
| 8af79e5806 |
@ -49,8 +49,8 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
|
|
||||
| Contributor:
|
||||
| - Rajon Ahmed
|
||||
| - Scionite
|
||||
|
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@ -45,9 +45,9 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/retriever"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
|
||||
"github.com/beevik/ntp"
|
||||
)
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
|
||||
| Contributor:
|
||||
| - Rajon Ahmed
|
||||
| - OpenAI
|
||||
| - Scionite
|
||||
|
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
@ -47,8 +47,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go/module/name/essential/visible/service/helper/log"
|
||||
"go/module/name/essential/visible/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
type filesystemResult struct {
|
||||
|
||||
@ -44,9 +44,9 @@ import (
|
||||
"encoding/hex"
|
||||
"strings"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/retriever"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@ -53,9 +53,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/retriever"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
// Function Name: ObrimKey
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
|
|
||||
| Contributor:
|
||||
| - Rajon Ahmed
|
||||
| - Scionite
|
||||
|
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
@ -46,7 +47,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go/module/name/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
)
|
||||
|
||||
// Function Name: ObrimLog
|
||||
|
||||
@ -46,9 +46,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go/module/name/essential/visible/service/helper/log"
|
||||
"go/module/name/essential/visible/service/helper/retriever"
|
||||
"go/module/name/essential/visible/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@ -42,9 +42,9 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/retriever"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/retriever"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@ -42,8 +42,8 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"go/module/name/essential/external/service/helper/log"
|
||||
"go/module/name/essential/external/service/helper/status"
|
||||
"go/module/essential/visible/service/helper/log"
|
||||
"go/module/essential/visible/service/helper/status"
|
||||
)
|
||||
|
||||
// JSON Provider Purpose: Retrieve a complete resource payload.
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
|
|
||||
| Contributor:
|
||||
| - Rajon Ahmed
|
||||
| - Scionite
|
||||
|
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user