migrationscripts

package
v0.0.0-...-7d3b672 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All() []plugin.MigrationScript

All return all the migration scripts

Types

type GitlabMergeRequest20230625

type GitlabMergeRequest20230625 struct {
	DiffHeadSha     string `gorm:"type:varchar(255)"`
	SquashCommitSha string `gorm:"type:varchar(255)"`
}

func (GitlabMergeRequest20230625) TableName

func (GitlabMergeRequest20230625) TableName() string

type GitlabMrCommit20230420

type GitlabMrCommit20230420 struct {
	CommitAuthorName   string `gorm:"type:varchar(255)"` // Author name
	CommitAuthorEmail  string `gorm:"type:varchar(255)"` // Author email
	CommitAuthoredDate time.Time
}

func (GitlabMrCommit20230420) TableName

func (GitlabMrCommit20230420) TableName() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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