model

package
v0.0.0-...-494a547 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: Apache-2.0 Imports: 0 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 {
	// VCS struct for version control systems
	VCS struct {
		Github struct {
			// Personal access token for https://github.com
			AccessToken string `yaml:"accessToken"`
		} `yaml:"github"`
		Gitlab struct {
			// Personal access token for https://gitlab.com
			AccessToken string `yaml:"accessToken"`
		} `yaml:"gitlab"`
	} `yaml:"vcs"`
}

Config struct for application config

Jump to

Keyboard shortcuts

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