Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { StashHost string `json:"stash_host"` StashUsername string `json:"stash_username"` StashPassword string `json:"stash_password"` Projects []projectConfig `json:"stash_projects"` LookBackDays int `json:"look_back_days"` StatsForTheseTeams []Team `json:"stats_for_these_teams"` IgnoreCommentUsernames []string `json:"ignore_comments_from_usernames"` }
func (Config) AllMembersLdaps ¶
type Team ¶
type Team struct { TeamName string `json:"team_name"` SlackIncomingWebhookUrl string `json:"slack_incoming_webhook_url"` SlackNotifyPeopleOnPosting bool `json:"slack_notify_people_on_posting"` SlackRobotName string `json:"robot_name"` SlackRobotEmoji string `json:"robot_emoji"` SlackChannelOverride string `json:"slack_channel_override"` Members []string `json:"members_ldap_names"` }
Click to show internal directories.
Click to hide internal directories.