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
}