Skip to content

Commit

Permalink
feat: Updated core/method/methods/ping.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Dec 9, 2023
1 parent 5a8e20b commit 1761bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/method/methods/ping.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package methods

import (
"Hyperion/core"
"Hyperion/core/method/methods"
"Hyperion/core/proxy"
)

type Ping struct {
Info *core.AttackInfo
Info *methods.AttackInfo
ProxyManager *proxy.ProxyManager
}

Expand Down

0 comments on commit 1761bc9

Please sign in to comment.