Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessType ¶
type AccessType string
AccessType Types for EMQ contains subscribe, publish and publish-subscribe.
const ( Sub AccessType = "1" Pub AccessType = "2" PubSub AccessType = "3" None AccessType = "-1" ClientCredentials = "client_credentials" )
func (AccessType) String ¶
func (a AccessType) String() string
Click to show internal directories.
Click to hide internal directories.