8 lines
96 B
Go
8 lines
96 B
Go
package core
|
|
|
|
import "git.maze.io/maze/conduit/ssh"
|
|
|
|
type Config struct {
|
|
server *ssh.Server
|
|
}
|