1
0
Fork 0
forked from External/grumble

Add internal SSH server as a replacement for ctl.

This commit is contained in:
Mikkel Krautz 2011-11-09 18:10:55 +01:00
parent 1c5325cba1
commit 244027d41b
5 changed files with 221 additions and 41 deletions

View file

@ -48,6 +48,11 @@ const (
StateClientDead
)
type KeyValuePair struct {
Key string
Value string
}
// A Murmur server instance
type Server struct {
Id int64