Add auth token to gitservers
This commit is contained in:
@@ -3,11 +3,12 @@ package models
|
||||
import "errors"
|
||||
|
||||
type GitServer struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Protocol string `json:"protocol"`
|
||||
BaseUrl string `json:"baseUrl"`
|
||||
Type string `json:"type"`
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Protocol string `json:"protocol"`
|
||||
BaseUrl string `json:"baseUrl"`
|
||||
Type string `json:"type"`
|
||||
AuthToken string `json:"auth_token"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user