package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Addr string `json:"addr" yaml:"addr"`
PluginDir string `json:"plugin_dir" yaml:"plugin_dir"`
Routers map[string]struct {
Types []gitlab.EventType `json:"types" yaml:"types"`
Handler string `json:"handler" yaml:"handler"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.