Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz committed Aug 17, 2018
1 parent b5761ab commit a18ab8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/core/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
"github.com/mesg-foundation/core/service/importer"
)

// DeployService saves a service in the database and returns the hash of this service.
// DeployService deploys a service from Git URL or service.tar.gz file. It'll send status
// events during the process and finishes with sending service id or validation error.
func (s *Server) DeployService(stream Core_DeployServiceServer) error {
statuses := make(chan string, 0)
go sendDeployStatus(statuses, stream)
Expand Down

0 comments on commit a18ab8d

Please sign in to comment.