mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-10-26 11:27:18 +00:00
querylog: imp docs
This commit is contained in:
parent
422475b648
commit
a88f502db1
@ -297,7 +297,8 @@ func readConfigResp(r *http.Request) (conf *getConfigResp, err error) {
|
||||
}
|
||||
|
||||
// applyQueryLogConfig applies the validated config to queryLog. engine must
|
||||
// not be nil. ivl and newConf must be valid.
|
||||
// not be nil. ivl must pass [validateIvl], and newConf must be produced by
|
||||
// [readConfigResp].
|
||||
func (l *queryLog) applyQueryLogConfig(
|
||||
ctx context.Context,
|
||||
engine *aghnet.IgnoreEngine,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user