Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAuthFailure = errors.New("auth: Authentication failure")
)
Auth errors
Functions ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager auth
func (*Manager) AclCheck ¶
func (m *Manager) AclCheck(clientID, user, topic string, access authTypes.AccessType) error
AclCheck check permissions nolint: golint
Click to show internal directories.
Click to hide internal directories.