Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SMail string `yaml:"SMail"` NotifyBy string `yaml:"NotifyBy"` Credentials struct { User string `yaml:"User"` Password string `yaml:"Password"` } `yaml:"Credentials"` Endpoints struct { DC struct { Host string `yaml:"Host"` Port int `yaml:"Port"` Domain string `yaml:"Domain"` Base string `yaml:"Base"` } `yaml:"DC"` SMTP struct { Host string `yaml:"Host"` Port int `yaml:"Port"` User string `yaml:"User"` Password string `yaml:"Password"` } `yaml:"SMTP"` GitLab string `yaml:"GitLab"` Webhook string `yaml:"Webhook"` } `yaml:"Endpoints"` Awards struct { Like string `yaml:"Like"` Dislike string `yaml:"Dislike"` Ready string `yaml:"Ready"` NotReady string `yaml:"NotReady"` NonCompliant string `yaml:"NonCompliant"` } `yaml:"Awards"` Projects map[int]*Project `yaml:"Projects"` }
type Project ¶
func (*Project) GetTeamsWithMembers ¶
func (p *Project) GetTeamsWithMembers() TeamsWithMembers
type TeamsWithMembers ¶
Click to show internal directories.
Click to hide internal directories.