Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #14
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 13, 2024
1 parent cb52d2f commit 5c81a75
Show file tree
Hide file tree
Showing 9 changed files with 312 additions and 234 deletions.
7 changes: 5 additions & 2 deletions example/ami_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import (
"github.com/pnguyen215/voipkit/pkg/ami"
)

func TestLogger(t *testing.T) {
ami.D().Info("Test information: %v", 1)
func TestAmiClient(t *testing.T) {
c := ami.GetAmiClientSample()
ami.D().Info("ami client request: %v", c.String())

ami.NewClient(ami.NewTcp(), *c)
}
Loading

0 comments on commit 5c81a75

Please sign in to comment.