Browse Source

Fix comment on WebhookURL

pull/116/head
Luke Barnard 8 years ago
parent
commit
41df450e58
  1. 2
      src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go

2
src/github.com/matrix-org/go-neb/services/slackapi/slackapi.go

@ -15,7 +15,7 @@ const ServiceType = "slackapi"
type Service struct {
types.DefaultService
webhookEndpointURL string
// The URL which should be added to .travis.yml - Populated by Go-NEB after Service registration.
// The URL which should be given to an outgoing slack webhook - Populated by Go-NEB after Service registration.
WebhookURL string `json:"webhook_url"`
RoomID string `json:"room_id"`
MessageType string `json:"message_type"`

Loading…
Cancel
Save