mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
silence lint warning
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
ebc085da77
commit
10b2e5671b
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ func writeHTTPPart(m *multipart.Writer, part dataprovider.HTTPPart, h textproto.
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func getHTTPRuleActionBody(c *dataprovider.EventActionHTTPConfig, replacer *strings.Replacer,
|
func getHTTPRuleActionBody(c *dataprovider.EventActionHTTPConfig, replacer *strings.Replacer, //nolint:gocyclo
|
||||||
cancel context.CancelFunc, user dataprovider.User, params *EventParams, addObjectData bool,
|
cancel context.CancelFunc, user dataprovider.User, params *EventParams, addObjectData bool,
|
||||||
) (io.Reader, string, error) {
|
) (io.Reader, string, error) {
|
||||||
var body io.Reader
|
var body io.Reader
|
||||||
|
|
Loading…
Reference in a new issue