aboutsummaryrefslogtreecommitdiff
path: root/receivepack/internal/service/command_result.go
blob: 1234c8ef7e7e2d4bfdb0692426694be1ace37f3c (about) (plain) (blame)
1
2
3
4
5
6
7
package service

// CommandResult is one per-command execution result.
type CommandResult struct {
	Name  string
	Error string
}