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. // Code generated by "stringer -type=Button"; DO NOT EDIT.
package vnc package rfb
import "fmt" import "fmt"

View File

@ -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

View File

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

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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{}

View File

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

View File

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

View File

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

View File

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

View File

@ -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"

View File

@ -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() {

View File

@ -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 {

View File

@ -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
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 ( import (
"encoding/binary" "encoding/binary"

View File

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

View File

@ -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"

View File

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

View File

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

View File

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

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"