Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Jun 8, 2024
1 parent 2103569 commit 893d38d
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 1 deletion.
2 changes: 1 addition & 1 deletion agent/git/pkg/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
type Application struct {
Config *config.Config
server *http.Server
conn *clients.NATSContext
conn clients.NATSClientInterface
}

func New(conf *config.Config, conn *clients.NATSContext) *Application {
Expand Down
Loading

0 comments on commit 893d38d

Please sign in to comment.