Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler interface {
Agent(agentUuid string) (uint, *proto.AuthResponse, error)
}
type MySQLHandler ¶
type MySQLHandler struct {
// contains filtered or unexported fields
}
func NewMySQLHandler ¶
func NewMySQLHandler(dbm db.Manager) *MySQLHandler
func (*MySQLHandler) GetAgentId ¶
func (h *MySQLHandler) GetAgentId(uuid string) (uint, error)
Click to show internal directories.
Click to hide internal directories.