bean

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitRegistry

type GitRegistry struct {
	Id                    int                `json:"id,omitempty" validate:"number"`
	Name                  string             `json:"name,omitempty" validate:"required"`
	Url                   string             `json:"url,omitempty"`
	UserName              string             `json:"userName,omitempty"`
	Password              string             `json:"password,omitempty"`
	SshPrivateKey         string             `json:"sshPrivateKey,omitempty"`
	AccessToken           string             `json:"accessToken,omitempty"`
	AuthMode              constants.AuthMode `json:"authMode,omitempty" validate:"required"`
	Active                bool               `json:"active"`
	UserId                int32              `json:"-"`
	GitHostId             int                `json:"gitHostId"`
	EnableTLSVerification bool               `json:"enableTLSVerification"`
	TLSConfig             bean.TLSConfig     `json:"tlsConfig"`
	IsCADataPresent       bool               `json:"isCADataPresent"`
	IsTLSCertDataPresent  bool               `json:"isTLSCertDataPresent"`
	IsTLSKeyDataPresent   bool               `json:"isTLSKeyDataPresent"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL