forked from External/grumble
Add internal SSH server as a replacement for ctl.
This commit is contained in:
parent
1c5325cba1
commit
244027d41b
5 changed files with 221 additions and 41 deletions
|
|
@ -48,6 +48,11 @@ const (
|
|||
StateClientDead
|
||||
)
|
||||
|
||||
type KeyValuePair struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
||||
|
||||
// A Murmur server instance
|
||||
type Server struct {
|
||||
Id int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue