Run commands directly on the server repository
(args ...string)
| 32 | |
| 33 | // Run commands directly on the server repository |
| 34 | Run(args ...string) (stdout, stderr string, err error) |
| 35 | RunGC(ctx context.Context, opts map[string]string) error |
| 36 | |
| 37 | // Get information from the server |
no outgoing calls