Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
191 Bytes
package slack
import (
"github.com/target/goalert/user"
)
// Config contains values used for the Slack notification sender.
type Config struct {
BaseURL string
UserStore *user.Store
}