rename package
Signed-off-by: Vasiliy Tolstov <v.tolstov@sdstack.com>
This commit is contained in:
parent
f6acfdfdad
commit
8fd511bb01
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=Button"; DO NOT EDIT.
|
// Code generated by "stringer -type=Button"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
// Button represents a mask of pointer presses/releases.
|
// Button represents a mask of pointer presses/releases.
|
||||||
type Button uint8
|
type Button uint8
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=ClientMessageType"; DO NOT EDIT.
|
// Code generated by "stringer -type=ClientMessageType"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "encoding/binary"
|
import "encoding/binary"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "encoding/binary"
|
import "encoding/binary"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "encoding/binary"
|
import "encoding/binary"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
// DesktopSizePseudoEncoding represents a desktop size message from the server.
|
// DesktopSizePseudoEncoding represents a desktop size message from the server.
|
||||||
type DesktopSizePseudoEncoding struct{}
|
type DesktopSizePseudoEncoding struct{}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
type RawEncoding struct {
|
type RawEncoding struct {
|
||||||
Colors []Color
|
Colors []Color
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=EncodingType"; DO NOT EDIT.
|
// Code generated by "stringer -type=EncodingType"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
vnc "github.com/vtolstov/go-vnc"
|
vnc "github.com/sdstack/go-rfb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
vnc "github.com/vtolstov/go-vnc"
|
vnc "github.com/sdstack/go-rfb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Auth struct {
|
type Auth struct {
|
||||||
|
@ -9,7 +9,7 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
vnc "github.com/vtolstov/go-vnc"
|
vnc "github.com/sdstack/go-rfb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
2
image.go
2
image.go
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=Key"; DO NOT EDIT.
|
// Code generated by "stringer -type=Key"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Implementation of RFC 6143 §7.4 Pixel Format Data Structure.
|
// Implementation of RFC 6143 §7.4 Pixel Format Data Structure.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
type SecurityType uint8
|
type SecurityType uint8
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
type ClientAuthNone struct{}
|
type ClientAuthNone struct{}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "encoding/binary"
|
import "encoding/binary"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=SecuritySubType"; DO NOT EDIT.
|
// Code generated by "stringer -type=SecuritySubType"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=SecurityType"; DO NOT EDIT.
|
// Code generated by "stringer -type=SecurityType"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=TightCompression"; DO NOT EDIT.
|
// Code generated by "stringer -type=TightCompression"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Code generated by "stringer -type=TightFilter"; DO NOT EDIT.
|
// Code generated by "stringer -type=TightFilter"; DO NOT EDIT.
|
||||||
|
|
||||||
package vnc
|
package rfb
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user