Add github credentials API and cli code
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
77ecb16166
commit
eadbe784b9
28 changed files with 2364 additions and 175 deletions
|
|
@ -437,6 +437,10 @@ func (r Repository) GetBalancerType() PoolBalancerType {
|
|||
return r.PoolBalancerType
|
||||
}
|
||||
|
||||
func (r Repository) String() string {
|
||||
return fmt.Sprintf("%s/%s", r.Owner, r.Name)
|
||||
}
|
||||
|
||||
// used by swagger client generated code
|
||||
type Repositories []Repository
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue