Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ functions
Functions
619 in github.com/koding/kite
⨍
Functions
619
◇
Types & classes
124
Function
TestConfigCopy
(t *testing.T)
config/config_test.go:13
Function
TestContext
(t *testing.T)
kite_test.go:48
Function
TestFrameReader
(t *testing.T)
sockjsclient/xhr_test.go:32
Function
TestGetKites
(t *testing.T)
kontrol/kontrol_test.go:454
Function
TestGetQueryKey
(t *testing.T)
kontrol/kontrol_test.go:620
Function
TestGetToken
(t *testing.T)
kontrol/kontrol_test.go:502
Function
TestInfo
(t *testing.T)
systeminfo/systeminfo_test.go:5
Function
TestKite
Test 2 way communication between kites.
kite_test.go:381
Function
TestKiteQuery
(t *testing.T)
protocol/protocol_test.go:48
Function
TestKiteString
(t *testing.T)
protocol/protocol_test.go:17
Function
TestKite_MultipleDial
(t *testing.T)
bug_test.go:12
Function
TestKitesFilter
(t *testing.T)
kontrol/kites_test.go:35
Function
TestKitesShuffle
(t *testing.T)
kontrol/kites_test.go:12
Function
TestKontrol
(t *testing.T)
kontrol/kontrol_test.go:538
Function
TestKontrolMultiKey
(t *testing.T)
kontrol/kontrol_test.go:662
Function
TestKontrol_HandleWebRTC
(t *testing.T)
kontrol/handlers_test.go:27
Function
TestMakeWebsocketURL
(t *testing.T)
sockjsclient/sockjsclient_test.go:10
Function
TestMethod_Base
(t *testing.T)
method_test.go:170
Function
TestMethod_Error
(t *testing.T)
method_test.go:134
Function
TestMethod_First
(t *testing.T)
method_test.go:95
Function
TestMethod_Latest
(t *testing.T)
method_test.go:57
Function
TestMethod_Throttling
(t *testing.T)
method_test.go:11
Function
TestMultiple
(t *testing.T)
kite_test.go:103
Function
TestMultiple
(t *testing.T)
kontrol/kontrol_test.go:379
Function
TestMultipleRegister
(t *testing.T)
kontrol/kontrol_test.go:233
Function
TestNoConcurrentCallbacks
(t *testing.T)
kite_test.go:278
Function
TestOnceEvery
(t *testing.T)
kontrol/onceevery/onceevery_test.go:9
Function
TestParseWebRTCMessage
(t *testing.T)
protocol/webrtc_test.go:22
Function
TestProxy
(t *testing.T)
tunnelproxy/proxy_test.go:18
Function
TestRegisterDenyEvil
(t *testing.T)
kontrol/kontrol_test.go:180
Function
TestRegisterKite
(t *testing.T)
kontrol/kontrol_test.go:522
Function
TestRegisterMachine
(t *testing.T)
kontrol/kontrol_test.go:161
Function
TestRegisterToKontrol
(t *testing.T)
test/kontrolclient_test.go:51
Function
TestScrub
(t *testing.T)
dnode/scrub_test.go:8
Function
TestScrubUnscrub
(t *testing.T)
dnode/scrubber_test.go:5
Function
TestSendError
(t *testing.T)
kite_test.go:177
Function
TestTokenInvalidation
(t *testing.T)
kontrol/kontrol_test.go:315
Function
TestUnmarshalArguments
(t *testing.T)
dnode/partial_test.go:5
Function
TestUpdateKeys
(t *testing.T)
kontrol/kontrol_test.go:37
Function
TestWebRTCSignalMessage_ParsePayload
(t *testing.T)
protocol/webrtc_test.go:103
Function
TestWebSocketProxy
(t *testing.T)
reverseproxy/reverseproxy_test.go:20
Method
UnmarshalJSON
(data []byte)
dnode/callback.go:38
Method
UnmarshalJSON
UnmarshalJSON puts the data into Partial.Raw.
dnode/partial.go:22
Method
Update
(k *protocol.Kite, v *kontrolprotocol.RegisterValue)
kontrol/etcd.go:140
Method
Update
(ctx context.Context, key, value string)
kontrol/etcd_keysapi_logger.go:47
Method
Update
(kiteProt *protocol.Kite, value *kontrolprotocol.RegisterValue)
kontrol/postgres.go:311
Method
Upsert
(k *protocol.Kite, v *kontrolprotocol.RegisterValue)
kontrol/etcd.go:98
Method
Upsert
(kiteProt *protocol.Kite, value *kontrolprotocol.RegisterValue)
kontrol/postgres.go:243
Method
UseTLSFile
(certFile, keyFile string)
server.go:139
Method
Verify
Verify is used for token and kiteKey authenticators to verify client's kontrol keys. In order to allow for graceful key updates deleted keys are allow
kontrol/kontrol.go:205
Method
Watcher
(key string, opts *etcd.WatcherOptions)
kontrol/etcd_keysapi_logger.go:52
Function
Write
Write over the kite.key file.
kitekey/kitekey.go:65
Function
build_linux
(binpath, version)
kitectl/release.py:71
Function
build_osx
(binpath, version)
kitectl/release.py:63
Method
closeContext
()
client.go:282
Method
director
(req *http.Request)
reverseproxy/reverseproxy.go:181
Function
diskStats
diskStats returns information about the amount of space that is available on a current disk volume for the user who calls this function.
systeminfo/systeminfo_windows.go:17
Function
diskStats
()
systeminfo/systeminfo_openbsd.go:8
Method
f2
(p *Partial)
dnode/scrub_test.go:71
Method
f4
(p *Partial)
dnode/scrub_test.go:73
Method
handleCancelWatcher
(r *kite.Request)
kontrol/_watcher.go:19
Function
handleGetPass
handleGetPass reads a line of input from a terminal without local echo.
handlers.go:137
Method
handleHeartbeat
handleHeartbeat pings the callback with the given interval seconds.
heartbeat.go:246
Method
handleLog
handleLog prints a log message to stderr.
handlers.go:107
Function
handleNotifyDarwin
handleNotifyDarwin displays a desktop notification on OS X.
handlers.go:148
Function
handlePing
handlePing returns a simple "pong" string
handlers.go:119
Function
handlePrint
handlePrint prints a message to stdout.
handlers.go:124
Function
handlePrompt
handlePrompt asks user a single line input.
handlers.go:129
Method
handleProxy
handleProxy is the client side of the Tunnel (on public network).
tunnelproxy/proxy.go:172
Method
handleRegister
(r *kite.Request)
reverseproxy/reverseproxy.go:125
Method
handleRegister
(r *kite.Request)
tunnelproxy/proxy.go:158
Function
handleSystemInfo
handleSystemInfo returns info about the system (CPU, memory, disk...).
handlers.go:102
Function
handleTunnel
handleTunnel opens two websockets, one to proxy kite and one to itself, then it copies the message between them.
handlers.go:157
Method
handleTunnel
handleTunnel is the PrivateKite side of the Tunnel (on private network).
tunnelproxy/proxy.go:228
Function
hello
(r *kite.Request)
test/kontrolclient_test.go:88
Function
init
()
kite_test.go:27
Function
init
()
kite.go:34
Function
init
()
client.go:27
Function
init
()
kontrol/kontrol_test.go:31
Function
init
()
test/kontrolclient_test.go:22
Function
init
()
testutil/testutil.go:100
Function
init
()
examples/exp2/exp2.go:12
Function
init
()
examples/exp2-watch/exp2-watch.go:18
Function
init
()
examples/exp2-query/exp2-query.go:14
Function
init
()
examples/math/config.go:23
Method
installHandlers
()
tokenrenewer.go:68
Function
main
()
reverseproxy/reverseproxy/main.go:27
Function
main
()
kontrol/kontrol/main.go:44
Function
main
()
testutil/writekey/main.go:15
Function
main
()
tunnelproxy/tunnelproxy/main.go:12
Function
main
()
kitectl/main.go:13
Function
main
()
examples/exp2/exp2.go:16
Function
main
()
examples/exp2-watch/exp2-watch.go:22
Function
main
()
examples/math-register/math-register.go:19
Function
main
()
examples/exp2-query/exp2-query.go:18
Function
main
()
examples/math/math-cli/math.go:13
Function
main
()
examples/math/math-kite/math.go:12
Function
memoryStats
()
systeminfo/systeminfo_darwin.go:14
Function
memoryStats
memoryStatus retrieves information about the system's current usage of physical memory.
systeminfo/systeminfo_windows.go:43
Function
memoryStats
()
systeminfo/systeminfo_openbsd.go:25
← previous
next →
501–600 of 619, ranked by callers