qbtrade/pkg/types/slack.go

8 lines
129 B
Go
Raw Permalink Normal View History

2024-06-27 14:42:38 +00:00
package types
import "github.com/slack-go/slack"
type SlackAttachmentCreator interface {
SlackAttachment() slack.Attachment
}