Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubConnection20220609 ¶
type GithubConnection20220609 struct { commonArchived.Model Name string `gorm:"type:varchar(100);uniqueIndex" json:"name" validate:"required"` Endpoint string `mapstructure:"endpoint" env:"GITHUB_ENDPOINT" validate:"required"` Proxy string `mapstructure:"proxy" env:"GITHUB_PROXY"` RateLimit int `comment:"api request rate limit per hour"` Token string `mapstructure:"token" env:"GITHUB_AUTH" validate:"required" encrypt:"yes"` }
func (GithubConnection20220609) TableName ¶
func (GithubConnection20220609) TableName() string
type InitSchemas ¶
type InitSchemas struct {
// contains filtered or unexported fields
}
func (*InitSchemas) Name ¶
func (*InitSchemas) Name() string
func (*InitSchemas) SetConfigGetter ¶
func (u *InitSchemas) SetConfigGetter(config core.ConfigGetter)
func (*InitSchemas) Version ¶
func (*InitSchemas) Version() uint64
Click to show internal directories.
Click to hide internal directories.