Applied DI refactoring in vk module
This commit is contained in:
parent
83426518fb
commit
d2e8342866
8 changed files with 192 additions and 167 deletions
7
internal/vk/sender_test.go
Normal file
7
internal/vk/sender_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package vk
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestApiSender_Send(t *testing.T) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue