feat(provider): add repositories data-source
This commit is contained in:
parent
2063f5ffef
commit
f04d7b341d
10 changed files with 1171 additions and 173 deletions
7
internal/client/permissions.go
Normal file
7
internal/client/permissions.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package client
|
||||
|
||||
type Permission struct {
|
||||
Admin bool `json:"admin"`
|
||||
Pull bool `json:"pull"`
|
||||
Push bool `json:"push"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue