Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = "adguard_home" EndpointKey = "endpoint" UsernameKey = "username" PasswordKey = "password" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdGuardHome ¶
type AdGuardHome struct {
// contains filtered or unexported fields
}
func NewAdGuardHome ¶
func NewAdGuardHome(endpoint string, username string, password string) *AdGuardHome
func (*AdGuardHome) GetStatus ¶
func (v *AdGuardHome) GetStatus() (*openapi.ServerStatus, error)
Click to show internal directories.
Click to hide internal directories.