Currently FullRevert method (defined in here, and implemented in here) doesn't support src-url parameter (unlike other methods such as Scan method's config type which has a struct field called SrcUrl).
FullRevertConfig struct should get a field called SrcUrl (with string type) in future.
Currently
FullRevertmethod (defined in here, and implemented in here) doesn't supportsrc-urlparameter (unlike other methods such as Scan method's config type which has a struct field called SrcUrl).FullRevertConfig struct should get a field called
SrcUrl(with string type) in future.