Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth is an auth controller which allows access to all connections and topics.
func (*Auth) ACL ¶
ACL returns true if a user has access permissions to read or write on a topic. Allow always returns true.
func (*Auth) Authenticate ¶
Authenticate returns true if a username and password are acceptable. Allow always returns true.
Click to show internal directories.
Click to hide internal directories.