Refactor gitlab to generic remotes
This commit is contained in:
8
internal/remotes/remote/remote_opts.go
Normal file
8
internal/remotes/remote/remote_opts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package remote
|
||||
|
||||
import "context"
|
||||
|
||||
type RemoteQueryOpts struct {
|
||||
Ctx context.Context
|
||||
OwnerOnly bool
|
||||
}
|
||||
Reference in New Issue
Block a user