Documentation ¶
Overview ¶
Package registry defines API to register and fing EAP providers
Package registry defines API to register and fing EAP providers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProvider ¶
GetProvider returns registered Method provider for EAP type
func Register ¶
Register adds (registers) the provider to the internal registry, if a provider for the same type is already registered it'll be overwritten. Register returns the previously registered provider for the type or nil if none was registered for the type before
func SupportedTypes ¶
func SupportedTypes() []uint8
SupportedTypes returns sorted list (ascending, by type) of registered EAP Providers SupportedTypes makes copy of an internally maintained supported types list, so callers are advised to save the result locally and re-use it if needed
Types ¶
This section is empty.