mirror of https://github.com/jetkvm/kvm.git
Compare commits
3 Commits
c5961acbb5
...
194fad972e
Author | SHA1 | Date |
---|---|---|
|
194fad972e | |
|
065f1bd21b | |
|
af92498816 |
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/coder/websocket"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/coder/websocket"
|
||||
)
|
||||
|
||||
type CloudRegisterRequest struct {
|
||||
|
|
Loading…
Reference in New Issue