package
Version:
v0.0.5-pre.1
Opens a new window with list of versions in this module.
Published: Aug 4, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ADOConfig struct {
PAT string `mapstructure:"PAT"`
}
type Config struct {
ADO ADOConfig `mapstructure:"ADO"`
Git GitConfig `mapstructure:"Git"`
}
type GitConfig struct {
UserEmail string `mapstructure:"UserEmail"`
UserName string `mapstructure:"UserName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.