git-project-manager/internal/remotes/remote/remote_opts.go

9 lines
109 B
Go
Raw Normal View History

2024-01-15 20:39:35 +00:00
package remote
import "context"
type RemoteQueryOpts struct {
Ctx context.Context
OwnerOnly bool
}