Documentation
¶
Overview ¶
Package freeradius is a simple Free Radius management package, which allows you to manage Free Radius servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReplyValue ¶
type Router ¶
type Router struct {
Id string `json:"id"`
PointOfPresenceId string `json:"point_of_presence_id"`
VendorId string `json:"vendor_id"`
Name string `json:"name"`
Ip string `json:"ip"`
Model string `json:"model"`
Serial string `json:"serial"`
RadiusIp string `json:"radius_ip"`
RadiusSecret string `json:"radius_secret"`
AuthorizationType string `json:"authorization_type"`
AccountingType string `json:"accounting_type"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at"`
ExternalIdentifiers interface{} `json:"external_identifiers"`
}
type Service ¶
type Service struct {
Id string `json:"id"`
RadiusTemplateId string `json:"radius_template_id"`
ServiceId string `json:"service_id"`
Username string `json:"username"`
Password string `json:"password"`
Radreply []RadReply `json:"radreply"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
Click to show internal directories.
Click to hide internal directories.