mirror of https://github.com/jetkvm/kvm.git
Compare commits
No commits in common. "194fad972e9d339c6d92583b173d8e05855df541" and "c5961acbb5d2facfadb907225dbd4956e69d664e" have entirely different histories.
194fad972e
...
c5961acbb5
4
cloud.go
4
cloud.go
|
@ -5,15 +5,15 @@ import (
|
|||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/coder/websocket/wsjson"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"github.com/coder/websocket/wsjson"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/go-oidc/v3/oidc"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/coder/websocket"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
type CloudRegisterRequest struct {
|
||||
|
|
Loading…
Reference in New Issue