rename package

Signed-off-by: Vasiliy Tolstov <v.tolstov@sdstack.com>
This commit is contained in:
Vasiliy Tolstov 2018-07-27 16:55:06 +03:00
parent f6acfdfdad
commit 8fd511bb01
38 changed files with 38 additions and 37 deletions

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=Button"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
// Button represents a mask of pointer presses/releases.
type Button uint8

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bufio"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=ClientMessageType"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"io"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import "encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import "encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import "encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
// DesktopSizePseudoEncoding represents a desktop size message from the server.
type DesktopSizePseudoEncoding struct{}

View File

@ -1,4 +1,4 @@
package vnc
package rfb
type RawEncoding struct {
Colors []Color

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=EncodingType"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -7,7 +7,7 @@ import (
"os"
"time"
vnc "github.com/vtolstov/go-vnc"
vnc "github.com/sdstack/go-rfb"
)
func main() {

View File

@ -15,7 +15,7 @@ import (
"sync"
"time"
vnc "github.com/vtolstov/go-vnc"
vnc "github.com/sdstack/go-rfb"
)
type Auth struct {

View File

@ -9,7 +9,7 @@ import (
"net"
"time"
vnc "github.com/vtolstov/go-vnc"
vnc "github.com/sdstack/go-rfb"
)
func main() {

1
go.mod Normal file
View File

@ -0,0 +1 @@
module github.com/sdstack/go-rfb

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=Key"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import "fmt"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"encoding/binary"

View File

@ -1,6 +1,6 @@
// Implementation of RFC 6143 §7.4 Pixel Format Data Structure.
package vnc
package rfb
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
type SecurityType uint8

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
type ClientAuthNone struct{}

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import "encoding/binary"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bytes"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=SecuritySubType"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=SecurityType"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,4 +1,4 @@
package vnc
package rfb
import (
"bufio"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=TightCompression"; DO NOT EDIT.
package vnc
package rfb
import "fmt"

View File

@ -1,6 +1,6 @@
// Code generated by "stringer -type=TightFilter"; DO NOT EDIT.
package vnc
package rfb
import "fmt"