mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 01:38:11 +00:00
updated vendor files and paths
This commit is contained in:
7
model/netrc.go
Normal file
7
model/netrc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Netrc struct {
|
||||
Machine string `json:"machine"`
|
||||
Login string `json:"login"`
|
||||
Password string `json:"user"`
|
||||
}
|
Reference in New Issue
Block a user