Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLServer ¶
type MySQLServer struct { session.SessionModule // contains filtered or unexported fields }
func NewMySQLServer ¶
func NewMySQLServer(s *session.Session) *MySQLServer
func (*MySQLServer) Author ¶
func (mod *MySQLServer) Author() string
func (*MySQLServer) Configure ¶
func (mod *MySQLServer) Configure() error
func (*MySQLServer) Description ¶
func (mod *MySQLServer) Description() string
func (*MySQLServer) Name ¶
func (mod *MySQLServer) Name() string
func (*MySQLServer) Start ¶
func (mod *MySQLServer) Start() error
func (*MySQLServer) Stop ¶
func (mod *MySQLServer) Stop() error
Click to show internal directories.
Click to hide internal directories.