Skip to content

Commit

Permalink
[BTFS-1156] - included default controller for guard services
Browse files Browse the repository at this point in the history
  • Loading branch information
uchetron committed Jan 2, 2020
1 parent 36892be commit 96f416b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controller/defaultController.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package controller

type DefaultController struct {
ServerName string
}
11 changes: 11 additions & 0 deletions utils/grpc/setup_server_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package grpc

import "testing"

func TestSetupServer(t *testing.T) {

server := GrpcServer{}

server.serverName = ""

}

0 comments on commit 96f416b

Please sign in to comment.