Home
last modified time | relevance | path

Searched defs:DeployKey (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Drepo_key.go12 type DeployKey struct { struct
13 ID int64 `json:"id"`
14 KeyID int64 `json:"key_id"`
15 Key string `json:"key"`
16 URL string `json:"url"`
17 Title string `json:"title"`
18 Fingerprint string `json:"fingerprint"`
20 Created time.Time `json:"created_at"`
21 ReadOnly bool `json:"read_only"`
22 Repository *Repository `json:"repository,omitempty"`
/dports/www/gitea/gitea-1.16.5/models/asymkey/
H A Dssh_key_deploy.go29 type DeployKey struct { struct
30 ID int64 `xorm:"pk autoincr"`
31 KeyID int64 `xorm:"UNIQUE(s) INDEX"`
32 RepoID int64 `xorm:"UNIQUE(s) INDEX"`
33 Name string
34 Fingerprint string
35 Content string `xorm:"-"`
41 HasRecentActivity bool `xorm:"-"`
46 func (key *DeployKey) AfterLoad() {
52 func (key *DeployKey) GetContent() error {
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Drepo_key.go16 type DeployKey struct { struct
17 ID int64 `json:"id"`
18 KeyID int64 `json:"key_id"`
19 Key string `json:"key"`
20 URL string `json:"url"`
21 Title string `json:"title"`
22 Fingerprint string `json:"fingerprint"`
23 Created time.Time `json:"created_at"`
24 ReadOnly bool `json:"read_only"`
25 Repository *Repository `json:"repository,omitempty"`
/dports/www/gitea/gitea-1.16.5/vendor/code.gitea.io/sdk/gitea/
H A Drepo_key.go16 type DeployKey struct { struct
17 ID int64 `json:"id"`
18 KeyID int64 `json:"key_id"`
19 Key string `json:"key"`
20 URL string `json:"url"`
21 Title string `json:"title"`
22 Fingerprint string `json:"fingerprint"`
23 Created time.Time `json:"created_at"`
24 ReadOnly bool `json:"read_only"`
25 Repository *Repository `json:"repository,omitempty"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gogs/go-gogs-client/
H A Drepo_key.go14 type DeployKey struct { struct
15 ID int64 `json:"id"`
16 Key string `json:"key"`
17 URL string `json:"url"`
18 Title string `json:"title"`
19 Created time.Time `json:"created_at"`
20 ReadOnly bool `json:"read_only"`
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Ddeploy_keys.go34 type DeployKey struct { struct
35 ID int `json:"id"`
36 Title string `json:"title"`
37 Key string `json:"key"`
38 CanPush *bool `json:"can_push"`
39 CreatedAt *time.Time `json:"created_at"`
42 func (k DeployKey) String() string {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Ddeploy_keys.go33 type DeployKey struct { struct
34 ID int `json:"id"`
35 Title string `json:"title"`
36 Key string `json:"key"`
37 CanPush *bool `json:"can_push"`
38 CreatedAt *time.Time `json:"created_at"`
41 func (k DeployKey) String() string {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Ddeploy_keys.go33 type DeployKey struct { struct
34 ID int `json:"id"`
35 Title string `json:"title"`
36 Key string `json:"key"`
37 CanPush *bool `json:"can_push"`
38 CreatedAt *time.Time `json:"created_at"`
41 func (k DeployKey) String() string {
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Ddeploy_keys.go34 type DeployKey struct { struct
35 ID int `json:"id"`
36 Title string `json:"title"`
37 Key string `json:"key"`
38 CanPush *bool `json:"can_push"`
39 CreatedAt *time.Time `json:"created_at"`
42 func (k DeployKey) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Ddeploy_keys.go34 type DeployKey struct { struct
35 ID int `json:"id"`
36 Title string `json:"title"`
37 Key string `json:"key"`
38 CanPush *bool `json:"can_push"`
39 CreatedAt *time.Time `json:"created_at"`
42 func (k DeployKey) String() string {
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dkey.go27 func appendPrivateInformation(apiKey *api.DeployKey, key *asymkey_model.DeployKey, repository *repo…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/
H A Ddeploy_key.rb5 class DeployKey < Entities::SSHKey class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/resource/
H A Ddeploy_key.rb5 class DeployKey < Base class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Ddeploy_key.rb3 class DeployKey < Key class
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/gitlab/v4/objects/
H A Ddeploy_keys.py14 class DeployKey(RESTObject): class
/dports/www/gitea/gitea-1.16.5/modules/convert/
H A Dconvert.go269 func ToDeployKey(apiLink string, key *asymkey_model.DeployKey) *api.DeployKey {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/validate/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-openapi/spec/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/validate/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/validate/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/spec/fixtures/bugs/1614/
H A Dgitea.json6104 "DeployKey": { object
7575 "DeployKey": { object

12