Home
last modified time | relevance | path

Searched defs:SetMattermostServiceOptions (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dservices.go839 type SetMattermostServiceOptions struct { struct
840 WebHook *string `url:"webhook,omitempty" json:"webhook,omitempty"`
841 Username *string `url:"username,omitempty" json:"username,omitempty"`
842 Channel *string `url:"channel,omitempty" json:"channel,omitempty"`
847 ConfidentialNoteChannel *string `json:"confidential_note_channel,omitempty"`
849 IssueChannel *string `url:"issue_channel,omitempty" json:"issue_channel,omitempty"`
850 IssuesEvents *bool `url:"issues_events,omitempty" json:"issues_events,omitempty"`
855 NoteChannel *string `url:"note_channel,omitempty" json:"note_channel,omitempty"`
856 NoteEvents *bool `url:"note_events,omitempty" json:"note_events,omitempty"`
859 PushChannel *string `url:"push_channel,omitempty" json:"push_channel,omitempty"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dservices.go840 type SetMattermostServiceOptions struct { struct
841 WebHook *string `url:"webhook,omitempty" json:"webhook,omitempty"`
842 Username *string `url:"username,omitempty" json:"username,omitempty"`
843 Channel *string `url:"channel,omitempty" json:"channel,omitempty"`
848 ConfidentialNoteChannel *string `json:"confidential_note_channel,omitempty"`
850 IssueChannel *string `url:"issue_channel,omitempty" json:"issue_channel,omitempty"`
851 IssuesEvents *bool `url:"issues_events,omitempty" json:"issues_events,omitempty"`
856 NoteChannel *string `url:"note_channel,omitempty" json:"note_channel,omitempty"`
857 NoteEvents *bool `url:"note_events,omitempty" json:"note_events,omitempty"`
860 PushChannel *string `url:"push_channel,omitempty" json:"push_channel,omitempty"`
[all …]