summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/common_commands.go
blob: 74bfd603b648e7507775e6cc814b3c6cf8ebc1f3 (plain)
1
2
3
4
5
6
7
package types

type CheckoutRefOptions struct {
	WaitingStatus string
	EnvVars       []string
	OnRefNotFound func(ref string) error
}