Initial import
This commit is contained in:
7
core/core.go
Normal file
7
core/core.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
import "git.maze.io/maze/conduit/ssh"
|
||||
|
||||
type Config struct {
|
||||
server *ssh.Server
|
||||
}
|
Reference in New Issue
Block a user