package
Version:
v0.0.3-alpha
Opens a new window with list of versions in this module.
Published: Jun 12, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Organization []Organization `json:"organization" validate:"required,dive,required"`
Default Setting `json:"default" validate:"required,dive,required"`
}
type Organization struct {
Name string `json:"name" validate:"required"`
Token string `json:"token" validate:"required"`
Projects *[]project `json:"projects"`
Setting *Setting `json:"setting"`
}
type Setting struct {
Sentry sentry `json:"sentry"`
Notifications notifications `json:"notifications"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.