config

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigType

type ConfigType struct {
	DbUri       string
	DbTable     string
	Db          *sqlx.DB
	RunID       int64
	Repository  string
	Owner       string
	Repo        string
	GithubToken string
	GhClient    *github.Client
}

func GetConfig

func GetConfig() (ConfigType, error)

type DbContextType

type DbContextType struct {
	Tx             *sqlx.Tx
	InsertJobStmt  *sqlx.NamedStmt
	InsertStepStmt *sqlx.NamedStmt
}

Jump to

Keyboard shortcuts

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