lijian 1 rok pred
rodič
commit
abe947b15e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      services/registry/registry.go

+ 1 - 1
services/registry/registry.go

@@ -274,7 +274,7 @@ func (r *Registry) FindApplication(id string, reply *models.Application) error {
 	return nil
 }
 
-// AppAuth will find the application with given args
+// FindApplicationByAppKey AppAuth will find the application with given args
 func (r *Registry) FindApplicationByAppKey(args *rpcs.ArgsAppAuth, reply *models.Application) error {
 	fmt.Println("1")
 	db, err := getDB()