Compare commits

..

No commits in common. "1264ac73e70eb487b5799de8eff9773805a3dabb" and "25f18e2c1b49959ec9cd31c15fadb09e78f02cdb" have entirely different histories.

11 changed files with 23 additions and 26 deletions

View File

@ -49,8 +49,8 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
) )
const ( const (

View File

@ -32,7 +32,6 @@
| |
| Contributor: | Contributor:
| - Rajon Ahmed | - Rajon Ahmed
| - Scionite
| |
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */

View File

@ -45,9 +45,9 @@ import (
"strconv" "strconv"
"time" "time"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/external/service/helper/retriever"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
"github.com/beevik/ntp" "github.com/beevik/ntp"
) )

View File

@ -30,7 +30,7 @@
| |
| Contributor: | Contributor:
| - Rajon Ahmed | - Rajon Ahmed
| - Scionite | - OpenAI
| |
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
@ -47,8 +47,8 @@ import (
"strings" "strings"
"time" "time"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/visible/service/helper/log"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/visible/service/helper/status"
) )
type filesystemResult struct { type filesystemResult struct {

View File

@ -44,9 +44,9 @@ import (
"encoding/hex" "encoding/hex"
"strings" "strings"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/external/service/helper/retriever"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
) )
const ( const (

View File

@ -53,9 +53,9 @@ import (
"strings" "strings"
"time" "time"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/external/service/helper/retriever"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
) )
// Function Name: ObrimKey // Function Name: ObrimKey

View File

@ -32,7 +32,6 @@
| |
| Contributor: | Contributor:
| - Rajon Ahmed | - Rajon Ahmed
| - Scionite
| |
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
@ -47,7 +46,7 @@ import (
"strings" "strings"
"time" "time"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/visible/service/helper/retriever"
) )
// Function Name: ObrimLog // Function Name: ObrimLog

View File

@ -46,9 +46,9 @@ import (
"strings" "strings"
"time" "time"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/visible/service/helper/log"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/visible/service/helper/retriever"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/visible/service/helper/status"
) )
const ( const (

View File

@ -42,9 +42,9 @@ import (
"strings" "strings"
"sync" "sync"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/retriever" "go/module/name/essential/external/service/helper/retriever"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
) )
var ( var (

View File

@ -42,8 +42,8 @@ import (
"strings" "strings"
"sync" "sync"
"go/module/essential/visible/service/helper/log" "go/module/name/essential/external/service/helper/log"
"go/module/essential/visible/service/helper/status" "go/module/name/essential/external/service/helper/status"
) )
// JSON Provider Purpose: Retrieve a complete resource payload. // JSON Provider Purpose: Retrieve a complete resource payload.

View File

@ -31,7 +31,6 @@
| |
| Contributor: | Contributor:
| - Rajon Ahmed | - Rajon Ahmed
| - Scionite
| |
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */