6 lines
81 B
Go
Raw Normal View History

package types
type SlackMessage struct {
Text string `json:"text,omitempty"`
}