Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Handler ¶
type Handler struct { Dispatcher // contains filtered or unexported fields }
func NewHandler ¶
func NewHandler(conf *RadiusConfig) *Handler
type RadiusConfig ¶
type RadiusConfig struct { RadiusHost string `split_words:"true" default:"localhost"` RadiusPort int `split_words:"true" default:"1812"` RadiusAcctHost string `split_words:"true" default:"localhost"` RadiusAcctPort int `split_words:"true" default:"1813"` RadiusTimeout time.Duration `split_words:"true" default:"10s"` IdleTimeout time.Duration `split_words:"true" default:"60s"` }
type UDPDispatcher ¶
type UDPDispatcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.