manager

package
v0.0.0-...-3c15615 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: BSD-2-Clause Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DBURL  string `config:"DB_URL"`
	DBType string `config:"DB_TYPE"`

	ClientID    string `config:"GH_CLIENT_ID"`
	PrivateFile string `config:"GH_PRIVATE_KEY_PATH"`

	JobExecTimeLimit time.Duration `config:"JOB_EXEC_TIME_LIMIT"`
}

type Coor

type Coor struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *Config) (*Coor, error)

func (*Coor) Serve

func (c *Coor) Serve(ctx context.Context) error

Jump to

Keyboard shortcuts

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