Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubConnection20221111 ¶
type GithubConnection20221111 struct {
EnableGraphql bool
}
func (GithubConnection20221111) TableName ¶
func (GithubConnection20221111) TableName() string
type GithubPrCommit20230419 ¶
type GithubPrCommit20230419 struct { CommitAuthorName string `gorm:"type:varchar(255)"` // Author name CommitAuthorEmail string `gorm:"type:varchar(255)"` // Author email CommitAuthoredDate time.Time }
func (GithubPrCommit20230419) TableName ¶
func (GithubPrCommit20230419) TableName() string
Source Files ¶
- 20220715_add_init_tables.go
- 20220728_add_runs_table.go
- 20220729_add_jobs_table.go
- 20220802_add_pipeline_table.go
- 20220908_delete_pipeline_table.go
- 20220919_add_headrepoId_field_in_githubPr.go
- 20221114_add_enable_graphql_for_connection.go
- 20221214_add_trasformation_rule_table.go
- 20221214_concat_owner_name_for_repo.go
- 20221230_add_std_type_to_githubissue.go
- 20230322_add_connection_id_to_transformation_rules.go
- 20230418_add_env_to_run_and_job.go
- 20230419_add_commit_author_info_in_pr_commits.go
- 20230428_add_multi_auth.go
- 20230518_fix_run_name_to_text.go
- 20230526_scope_config.go
- 20230530_add_issue_assignee.go
- 20230612_add_fullName.go
- register.go
Click to show internal directories.
Click to hide internal directories.