Compare commits
No commits in common. "94fc1326763972ad1b6282f9f7a713920b23c9fb" and "91ff8bfc82c5baf2b8ba2b756d5641c36f507db6" have entirely different histories.
94fc132676
...
91ff8bfc82
@ -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 (
|
||||||
|
|||||||
@ -32,7 +32,6 @@
|
|||||||
|
|
|
|
||||||
| Contributor:
|
| Contributor:
|
||||||
| - Rajon Ahmed
|
| - Rajon Ahmed
|
||||||
| - Scionite
|
|
||||||
|
|
|
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 (
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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 (
|
||||||
|
|||||||
@ -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 (
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -31,7 +31,6 @@
|
|||||||
|
|
|
|
||||||
| Contributor:
|
| Contributor:
|
||||||
| - Rajon Ahmed
|
| - Rajon Ahmed
|
||||||
| - Scionite
|
|
||||||
|
|
|
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user