1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Add new features

add casaOS logs
add application  terminal
add application  logs
This commit is contained in:
link
2021-10-29 18:37:27 +08:00
parent 4939fe10aa
commit 8bca76b78b
13 changed files with 64 additions and 63 deletions

View File

@ -3,12 +3,13 @@ package httper
import (
"bytes"
"encoding/json"
"github.com/IceWhaleTech/CasaOS/pkg/config"
"github.com/tidwall/gjson"
"io"
"io/ioutil"
"net/http"
"time"
"github.com/IceWhaleTech/CasaOS/pkg/config"
"github.com/tidwall/gjson"
)
//发送GET请求